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:
John Blackbourn 2017-04-23 01:24:41 +00:00
parent c0910cd442
commit a5a1a4d20e
2 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@
bootstrap="tests/phpunit/includes/bootstrap.php"
backupGlobals="false"
colors="true"
beStrictAboutTestsThatDoNotTestAnything="true"
>
<testsuites>
<!-- Default test suite to run all tests -->

View File

@ -2,6 +2,7 @@
bootstrap="includes/bootstrap.php"
backupGlobals="false"
colors="true"
beStrictAboutTestsThatDoNotTestAnything="true"
>
<php>
<const name="WP_TESTS_MULTISITE" value="1" />