Organize tests.

This commit is contained in:
Taylor Otwell
2016-11-29 15:48:33 -06:00
parent 7b318939c9
commit 08eefbcc11
5 changed files with 41 additions and 12 deletions

View File

@@ -9,8 +9,12 @@
processIsolation="false"
stopOnFailure="false">
<testsuites>
<testsuite name="Application Test Suite">
<directory suffix="Test.php">./tests</directory>
<testsuite name="Feature Tests">
<directory suffix="Test.php">./tests/Feature</directory>
</testsuite>
<testsuite name="Unit Tests">
<directory suffix="Test.php">./tests/Unit</directory>
</testsuite>
</testsuites>
<filter>