Skip to content

Commit

Permalink
Added phpunit.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaydsouza committed Oct 29, 2016
1 parent 8ecb511 commit 8c0a608
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions phpunit.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<phpunit
bootstrap="tests/bootstrap.php"
backupGlobals="false"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
>
<testsuites>
<testsuite>
<directory prefix="test-" suffix=".php">./tests/</directory>
</testsuite>
</testsuites>
</phpunit>

0 comments on commit 8c0a608

Please sign in to comment.