Skip to content

Commit

Permalink
Fail Unit tests on warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
navarr committed Dec 21, 2021
1 parent f3f22f9 commit 66434c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" colors="true" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd">
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" colors="true" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd" failOnWarning="true">
<testsuite name="unit">
<directory>tests</directory>
</testsuite>
Expand All @@ -8,4 +8,4 @@
<directory suffix=".php">src</directory>
</include>
</coverage>
</phpunit>
</phpunit>

0 comments on commit 66434c9

Please sign in to comment.