Skip to content

Commit

Permalink
update phpunit.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
lilianjin committed Jul 19, 2019
1 parent 04428bf commit eb5b986
Showing 1 changed file with 14 additions and 15 deletions.
29 changes: 14 additions & 15 deletions phpunit.xml
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
backupStaticAttributes="false"
bootstrap="vendor/autoload.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
syntaxCheck="false"
backupStaticAttributes="false"
bootstrap="vendor/autoload.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
>
<testsuites>
<testsuite name="IdentityCard Test Suite">
<directory>./tests/</directory>
</testsuite>
</testsuites>
</phpunit>
<testsuites>
<testsuite name="IdentityCard Test Suite">
<directory>./tests/</directory>
</testsuite>
</testsuites>
</phpunit>

0 comments on commit eb5b986

Please sign in to comment.