Make WordPress Core

Changeset 897 in tests for trunk/phpunit.xml


Ignore:
Timestamp:
07/09/2012 04:47:34 PM (12 years ago)
Author:
nacin
Message:

Enable PHPUnit strict mode by default.

Mark a test without assertions as incomplete (strict mode will do this implicitly).
Only define a multisite test if is_multisite(), otherwise no assertions are run.

There are now a potential for failures if a test omits output improperly,
or if a test takes too long.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/phpunit.xml

    r878 r897  
    33        backupGlobals="false"
    44        colors="true"
     5        strict="true"
    56        >
    67    <testsuites>
Note: See TracChangeset for help on using the changeset viewer.