Skip to content

Commit 1e61c54

Browse files
paul121sebastianbergmann
authored andcommitted
Document missing failOn* configuration options.
1 parent 293bff6 commit 1e61c54

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

src/configuration.rst

+18
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,15 @@ Possible values: ``true`` or ``false`` (default: ``false``)
213213

214214
This attribute configures whether the test suite execution should be stopped after the first test finished with a status "error", "failure", "risky" or "warning".
215215

216+
.. _appendixes.configuration.phpunit.failOnIncomplete:
217+
218+
The ``failOnIncomplete`` Attribute
219+
-----------------------------
220+
221+
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+
216225
.. _appendixes.configuration.phpunit.failOnRisky:
217226

218227
The ``failOnRisky`` Attribute
@@ -222,6 +231,15 @@ Possible values: ``true`` or ``false`` (default: ``false``)
222231

223232
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.
224233

234+
.. _appendixes.configuration.phpunit.failOnSkipped:
235+
236+
The ``failOnSkipped`` Attribute
237+
-----------------------------
238+
239+
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.
242+
225243
.. _appendixes.configuration.phpunit.failOnWarning:
226244

227245
The ``failOnWarning`` Attribute

0 commit comments

Comments
 (0)