Skip to content

Commit

Permalink
tests/ -> test/
Browse files Browse the repository at this point in the history
  • Loading branch information
ztsu committed Feb 21, 2018
1 parent bbc2e9d commit 8c9d81f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
}
},
"scripts": {
"test": "phpunit tests/",
"coverage": "phpunit tests/ --coverage-clover clover.xml"
"test": "phpunit",
"coverage": "phpunit --coverage-clover clover.xml"
},
"minimum-stability": "dev",
"prefer-stable" : true
Expand Down
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<phpunit bootstrap="vendor/autoload.php" colors="true">
<testsuites>
<testsuite name="Reacon Tests">
<directory>tests/</directory>
<directory>test/</directory>
</testsuite>
</testsuites>

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 8c9d81f

Please sign in to comment.