Merge pull request #4279 from adiachenko/testsuite_names

Simplify test suite names
This commit is contained in:
Taylor Otwell 2017-05-27 20:27:55 -05:00 committed by GitHub
commit 1a32543c09
1 changed files with 2 additions and 2 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>