You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/configuration.rst
+18
Original file line number
Diff line number
Diff line change
@@ -213,6 +213,15 @@ Possible values: ``true`` or ``false`` (default: ``false``)
213
213
214
214
This attribute configures whether the test suite execution should be stopped after the first test finished with a status "error", "failure", "risky" or "warning".
Possible values: ``true`` or ``false`` (default: ``false``)
222
+
223
+
This attribute configures whether the PHPUnit test runner should exit with a shell exit code that indicates failure when all tests are successful but there are tests that were marked as incomplete.
224
+
216
225
.. _appendixes.configuration.phpunit.failOnRisky:
217
226
218
227
The ``failOnRisky`` Attribute
@@ -222,6 +231,15 @@ Possible values: ``true`` or ``false`` (default: ``false``)
222
231
223
232
This attribute configures whether the PHPUnit test runner should exit with a shell exit code that indicates failure when all tests are successful but there are tests that were marked as risky.
Possible values: ``true`` or ``false`` (default: ``false``)
240
+
241
+
This attribute configures whether the PHPUnit test runner should exit with a shell exit code that indicates failure when all tests are successful but there are tests that were marked as skipped.
0 commit comments