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 5f9ee30 commit 0d23e5fCopy full SHA for 0d23e5f
phpunit.xml
@@ -2,7 +2,8 @@
2
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
xsi:noNamespaceSchemaLocation="./vendor/phpunit/phpunit/phpunit.xsd"
4
bootstrap="vendor/autoload.php"
5
- colors="true">
+ colors="true"
6
+>
7
<testsuites>
8
<testsuite name="Unit">
9
<directory suffix="Test.php">./tests/Unit</directory>
0 commit comments