Skip to content

Commit 48a00a3

Browse files
committed
Simplifies test suite names.
1 parent dca8a85 commit 48a00a3

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
@@ -11,11 +11,11 @@
1111
syntaxCheck="false"
1212
>
1313
<testsuites>
14-
<testsuite name="Unit Tests">
14+
<testsuite name="Unit">
1515
<directory suffix=".php">./tests/Unit</directory>
1616
</testsuite>
1717

18-
<testsuite name="Integration Tests">
18+
<testsuite name="Integration">
1919
<directory suffix=".php">./tests/Integration</directory>
2020
<exclude>./tests/Integration/TestCase.php</exclude>
2121
</testsuite>

0 commit comments

Comments
 (0)