We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00c04bf commit 3726ed5Copy full SHA for 3726ed5
phpunit.xml
@@ -1,9 +1,9 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
<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">
3
<testsuites>
4
- <testsuite name="Unit">
+ <!-- <testsuite name="Unit">
5
<directory suffix="Test.php">./tests/Unit</directory>
6
- </testsuite>
+ </testsuite> -->
7
<testsuite name="Feature">
8
<directory suffix="Test.php">./tests/Feature</directory>
9
</testsuite>
0 commit comments