Skip to content

Commit 26d4dd2

Browse files
committed
fix phpunit.xml
1 parent a451327 commit 26d4dd2

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
@@ -6,12 +6,12 @@
66
>
77
<testsuites>
88
<testsuite name="Unit">
9-
<directory>./tests/Unit</directory>
9+
<directory>tests/Unit</directory>
1010
</testsuite>
1111
</testsuites>
1212
<source>
1313
<include>
14-
<directory>./src</directory>
14+
<directory>src</directory>
1515
</include>
1616
</source>
1717
<php>

0 commit comments

Comments
 (0)