Skip to content

Commit

Permalink
fix phpunit.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Egor Gruzdev committed May 21, 2021
1 parent 50cdc90 commit 3b66fd5
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,14 @@
convertNoticesToExceptions = "true"
convertWarningsToExceptions = "true"
processIsolation = "false"
stopOnFailure = "false"
syntaxCheck = "false">
stopOnFailure = "false">

<testsuites>
<testsuite name="Project Test Suite">
<directory>tests</directory>
</testsuite>
</testsuites>

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

<php>
<env name="APP_ENV" value="testing"/>
</php>
Expand Down

0 comments on commit 3b66fd5

Please sign in to comment.