Skip to content

Commit 0d23e5f

Browse files
author
Musa
authored
1 parent 5f9ee30 commit 0d23e5f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

phpunit.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:noNamespaceSchemaLocation="./vendor/phpunit/phpunit/phpunit.xsd"
44
bootstrap="vendor/autoload.php"
5-
colors="true">
5+
colors="true"
6+
>
67
<testsuites>
78
<testsuite name="Unit">
89
<directory suffix="Test.php">./tests/Unit</directory>

0 commit comments

Comments
 (0)