Skip to content

Commit

Permalink
Updated phpunit config
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Feb 15, 2015
1 parent e70fa06 commit 7f754c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
backupStaticAttributes="false"
beStrictAboutTestsThatDoNotTestAnything="true"
beStrictAboutOutputDuringTests="true"
bootstrap="vendor/autoload.php"
colors="true"
convertErrorsToExceptions="true"
Expand All @@ -10,7 +12,6 @@
stopOnError="false"
stopOnFailure="false"
syntaxCheck="true"
strict="true"
verbose="true"
>
<testsuites>
Expand Down

0 comments on commit 7f754c5

Please sign in to comment.