Skip to content

Commit a5a1a4d

Browse files
committed
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
1 parent c0910cd commit a5a1a4d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

phpunit.xml.dist

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
bootstrap="tests/phpunit/includes/bootstrap.php"
33
backupGlobals="false"
44
colors="true"
5+
beStrictAboutTestsThatDoNotTestAnything="true"
56
>
67
<testsuites>
78
<!-- Default test suite to run all tests -->

tests/phpunit/multisite.xml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
bootstrap="includes/bootstrap.php"
33
backupGlobals="false"
44
colors="true"
5+
beStrictAboutTestsThatDoNotTestAnything="true"
56
>
67
<php>
78
<const name="WP_TESTS_MULTISITE" value="1" />

0 commit comments

Comments
 (0)