Skip to content

Commit 868fd8a

Browse files
Copilotsrtfisher
andcommitted
Remove Unit testsuite from phpunit.xml since tests/Unit directory doesn't exist
Co-authored-by: srtfisher <346399+srtfisher@users.noreply.github.com>
1 parent 1b9bf16 commit 868fd8a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

phpunit.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@
1111
<testsuite name="Feature">
1212
<directory suffix=".php">tests/Feature</directory>
1313
</testsuite>
14-
<testsuite name="Unit">
15-
<directory suffix=".php">tests/Unit</directory>
16-
</testsuite>
1714
</testsuites>
1815
<php>
1916
<ini name="error_reporting" value="-1" />

0 commit comments

Comments
 (0)