Skip to content

Commit

Permalink
Add phpunix.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
emohamed committed Sep 15, 2017
1 parent 2f7dbc2 commit 9f6e857
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions phpunit.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<phpunit bootstrap="vendor/autoload.php"
colors="true"
verbose="true"
stopOnError="true"
stopOnFailure="true"
>
<testsuites>
<testsuite name="Carbon Csv Test Suite">
<directory>tests</directory>
</testsuite>
</testsuites>
</phpunit>

0 comments on commit 9f6e857

Please sign in to comment.