Skip to content

Commit

Permalink
fixed phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
denisdulici committed Mar 7, 2023
1 parent 7051210 commit d84a4a7
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions phpunit.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
backupStaticAttributes="false"
bootstrap="vendor/autoload.php"
<phpunit bootstrap="vendor/autoload.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnError="false"
stopOnFailure="false"
verbose="true"
backupGlobals="false"
>
<coverage>
<include>
Expand Down

0 comments on commit d84a4a7

Please sign in to comment.