Merge branch 'master' into develop

This commit is contained in:
Taylor Otwell
2017-07-11 13:26:38 -05:00
12 changed files with 66 additions and 38 deletions

View File

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