Skip to content

Commit

Permalink
configure phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
litmanowicziv committed Sep 18, 2016
1 parent 7b235e6 commit d6cea7e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
},
"require": {
"php": ">=5.6.0",
"phpunit/phpunit": "5.5.*",
"ospinto/dbug": "dev-master"
},
"autoload": {
Expand Down
8 changes: 8 additions & 0 deletions phpunit.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit colors="true">
<testsuites>
<testsuite name="Application Test Suite">
<directory>./tests/</directory>
</testsuite>
</testsuites>
</phpunit>

0 comments on commit d6cea7e

Please sign in to comment.