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 53b8731 commit 5dd76bbCopy full SHA for 5dd76bb
phpunit.xml.dist
@@ -1,9 +1,6 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" bootstrap="./vendor/autoload.php" colors="true" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd">
3
<testsuites>
4
- <testsuite name="Unit tests">
5
- <directory suffix="Test.php">./tests/Unit</directory>
6
- </testsuite>
7
<testsuite name="Functional tests">
8
<directory suffix="Test.php">./tests/Functional</directory>
9
</testsuite>
0 commit comments