Skip to content

Commit 9d15476

Browse files
committed
wip
Signed-off-by: Mior Muhammad Zaki <[email protected]>
1 parent 08c3a0e commit 9d15476

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

phpunit.xml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,19 @@
1919
</coverage>
2020
<testsuites>
2121
<testsuite name="Testbench Test Suite">
22-
<directory suffix="Test.php">./core/tests/</directory>
22+
<include>
23+
<directory suffix="Test.php">./core/tests/</directory>
24+
</include>
25+
<exclude>
26+
<file>./core/tests/CommanderTest.php</file>
27+
</exclude>
2328
</testsuite>
2429
</testsuites>
30+
<groups>
31+
<exclude>
32+
<group>commander</group>
33+
</exclude>
34+
</groups>
2535
<php>
2636
<server name="APP_ENV" value="testing"/>
2737
<server name="APP_KEY" value="AckfSECXIvnK5r28GVIWUAxmbBSjTsmF"/>

0 commit comments

Comments
 (0)