Skip to content

Commit

Permalink
fix phpunit.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierLamyCanuel committed Nov 20, 2024
1 parent f986166 commit c5c02d3
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tests/phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
syntaxCheck="false"
bootstrap="../vendor/autoload.php"
>
<php>
Expand All @@ -23,10 +22,4 @@
<directory suffix="Test.php">.</directory>
</testsuite>
</testsuites>

<filter>
<whitelist addUncoveredFilesFromWhitelist="false">
<directory suffix=".php">../src</directory>
</whitelist>
</filter>
</phpunit>

0 comments on commit c5c02d3

Please sign in to comment.