Skip to content

Commit

Permalink
feat(CI): Fail unit tests on various occasions
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen committed Apr 12, 2024
1 parent 3d98fa0 commit 19937f6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/php/phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
timeoutForSmallTests="900"
timeoutForMediumTests="900"
timeoutForLargeTests="900"
failOnDeprecation="true"
failOnIncomplete="true"
failOnRisky="true"
failOnWarning="true"
failOnEmptyTestSuite="true"
failOnNotice="true"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd"
cacheDirectory=".phpunit.result.cache">
<testsuite name="Talk App Tests">
Expand Down

0 comments on commit 19937f6

Please sign in to comment.