Skip to content

Commit

Permalink
Merge pull request #164 from KennedyTedesco/phpunit-master
Browse files Browse the repository at this point in the history
PHPUnit improvements
  • Loading branch information
Anton Medvedev committed Feb 9, 2015
2 parents e5047ec + 0082bf9 commit 62d968a
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion phpunit.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
<phpunit bootstrap="test/bootstrap.php">
<phpunit bootstrap="test/bootstrap.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
stopOnError="false"
stopOnFailure="false"
syntaxCheck="true"
verbose="true"
>
<testsuites>
<testsuite name="Source">
<directory>test/src/</directory>
Expand Down

0 comments on commit 62d968a

Please sign in to comment.