Skip to content

Commit 5856c56

Browse files
committed
Fix phpunit xml
1 parent 95935fe commit 5856c56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpunit.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<phpunit bootstrap="vendor/autoload.php" colors="true">
22
<testsuites>
33
<testsuite>
4-
<directory>tests</directory>
4+
<directory>vendor/php-ds/tests/tests</directory>
55
</testsuite>
66
</testsuites>
77
<filter>

0 commit comments

Comments
 (0)