Build/Test Tools: Be strict about tests that do not test anything.
See #40538 git-svn-id: https://develop.svn.wordpress.org/trunk@40534 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
c0910cd442
commit
a5a1a4d20e
@ -2,6 +2,7 @@
|
|||||||
bootstrap="tests/phpunit/includes/bootstrap.php"
|
bootstrap="tests/phpunit/includes/bootstrap.php"
|
||||||
backupGlobals="false"
|
backupGlobals="false"
|
||||||
colors="true"
|
colors="true"
|
||||||
|
beStrictAboutTestsThatDoNotTestAnything="true"
|
||||||
>
|
>
|
||||||
<testsuites>
|
<testsuites>
|
||||||
<!-- Default test suite to run all tests -->
|
<!-- Default test suite to run all tests -->
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
bootstrap="includes/bootstrap.php"
|
bootstrap="includes/bootstrap.php"
|
||||||
backupGlobals="false"
|
backupGlobals="false"
|
||||||
colors="true"
|
colors="true"
|
||||||
|
beStrictAboutTestsThatDoNotTestAnything="true"
|
||||||
>
|
>
|
||||||
<php>
|
<php>
|
||||||
<const name="WP_TESTS_MULTISITE" value="1" />
|
<const name="WP_TESTS_MULTISITE" value="1" />
|
||||||
|
Loading…
Reference in New Issue
Block a user