Skip to content
This repository was archived by the owner on Dec 11, 2020. It is now read-only.

Commit bdc2d15

Browse files
committed
update the phpunit config file
1 parent 1cb53fa commit bdc2d15

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

phpunit.xml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,14 @@
99
processIsolation="false"
1010
stopOnFailure="false">
1111
<testsuites>
12-
<testsuite name="Application Test Suite">
13-
<directory suffix="Test.php">./tests</directory>
12+
<testsuite name="Feature Tests">
13+
<directory suffix="Test.php">./tests/Feature</directory>
1414
</testsuite>
15+
16+
<testsuite name="Unit Tests">
17+
<directory suffix="Test.php">./tests/Unit</directory>
18+
</testsuite>
19+
1520
<testsuite name="Services Test Suite">
1621
<directory suffix="Test.php">./src/Services/*/Tests</directory>
1722
</testsuite>

0 commit comments

Comments
 (0)