We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a03ca05 commit 41eb981Copy full SHA for 41eb981
src/risky-tests.rst
@@ -14,10 +14,10 @@ the tests.
14
Useless Tests
15
#############
16
17
-PHPUnit can be strict about tests that do not test anything. This check
18
-can be enabled by using the ``--report-useless-tests``
+PHPUnit is by default strict about tests that do not test anything. This check
+can be disabled by using the ``--dont-report-useless-tests``
19
option on the commandline or by setting
20
-``beStrictAboutTestsThatDoNotTestAnything="true"`` in
+``beStrictAboutTestsThatDoNotTestAnything="false"`` in
21
PHPUnit's XML configuration file.
22
23
A test that does not perform an assertion will be marked as risky
0 commit comments