Exclude Dusk tests from phpunit test suite

This commit is contained in:
Marcus Moore
2023-02-07 16:16:39 -08:00
parent b0f4015bb4
commit 6dbcec2310
2 changed files with 1 additions and 19 deletions
+1
View File
@@ -8,6 +8,7 @@
<testsuites>
<testsuite name="Application Test Suite">
<directory>./tests/</directory>
<exclude>./tests/Browser</exclude>
</testsuite>
</testsuites>
<php>