Skip to content

Commit

Permalink
Issue 22 - fail on deprecations and risky tests (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
johanwilfer authored Sep 1, 2024
1 parent d592c80 commit d19c3df
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" colors="true"
bootstrap="tests/bootstrap.php" xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
bootstrap="tests/bootstrap.php"
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
failOnDeprecation="true"
failOnWarning="true"
failOnEmptyTestSuite="true"
failOnIncomplete="true"
failOnRisky="true"
failOnSkipped="true"
failOnNotice="true"
>
<testsuites>
<testsuite name="Test suite">
Expand Down

0 comments on commit d19c3df

Please sign in to comment.