Skip to content
This repository has been archived by the owner on Oct 26, 2019. It is now read-only.

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
odan committed Jun 18, 2018
1 parent ff50eaa commit 4437b64
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions phpunit.xml
@@ -1,6 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="tests/bootstrap.php" colors="true" backupGlobals="false"
backupStaticAttributes="false" syntaxCheck="false">
<phpunit bootstrap="tests/bootstrap.php"
colors="true"
backupGlobals="false"
backupStaticAttributes="false"
syntaxCheck="false">
<testsuites>
<testsuite name="Tests">
<directory suffix="Test.php">tests</directory>
Expand Down

0 comments on commit 4437b64

Please sign in to comment.