Skip to content

Commit

Permalink
phpunit.xml is not missing anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
dav-m85 committed Apr 29, 2016
1 parent 9efc7ec commit 554f68e
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions phpunit.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8" ?>
<phpunit backupGlobals="false"
backupStaticAttributes="false"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
syntaxCheck="true"
bootstrap="vendor/autoload.php">
<testsuite name="Tests">
<directory suffix="Test.php">tests</directory>
</testsuite>
<filter>
<whitelist>
<directory>src</directory>
</whitelist>
</filter>
</phpunit>

0 comments on commit 554f68e

Please sign in to comment.