Skip to content

Commit 3726ed5

Browse files
chore: modify phpunit.xml file
1 parent 00c04bf commit 3726ed5

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
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd" bootstrap="vendor/autoload.php" colors="true">
33
<testsuites>
4-
<testsuite name="Unit">
4+
<!-- <testsuite name="Unit">
55
<directory suffix="Test.php">./tests/Unit</directory>
6-
</testsuite>
6+
</testsuite> -->
77
<testsuite name="Feature">
88
<directory suffix="Test.php">./tests/Feature</directory>
99
</testsuite>

0 commit comments

Comments
 (0)