Skip to content

Commit 07d2c69

Browse files
adiachenkolhsazevedo
authored andcommitted
Simplify test suite names
1 parent 2ac820f commit 07d2c69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

phpunit.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
processIsolation="false"
1010
stopOnFailure="false">
1111
<testsuites>
12-
<testsuite name="Feature Tests">
12+
<testsuite name="Feature">
1313
<directory suffix="Test.php">./tests/Feature</directory>
1414
</testsuite>
1515

16-
<testsuite name="Unit Tests">
16+
<testsuite name="Unit">
1717
<directory suffix="Test.php">./tests/Unit</directory>
1818
</testsuite>
1919
</testsuites>

0 commit comments

Comments
 (0)