Skip to content

Commit

Permalink
Update phpunit.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
sokil committed Jan 4, 2017
1 parent 7d4b991 commit 9229be3
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions tests/phpunit.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
<?xml version="1.0"?>
<phpunit colors="true">
<testsuites>
<testsuite name="AllTests">
<directory>.</directory>
</testsuite>
<filter>
<blacklist>
<directory suffix=".php">tests/</directory>
</blacklist>
</filter>
</testsuites>
<phpunit
colors="true"
bootstrap="../vendor/autoload.php"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true">
</phpunit>

0 comments on commit 9229be3

Please sign in to comment.