Skip to content

Commit b0c9f10

Browse files
committed
fix unit test dir
1 parent e526bc3 commit b0c9f10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpunit.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.1/phpunit.xsd" bootstrap="vendor/autoload.php" colors="true" columns="max" cacheDirectory=".phpunit.cache">
33
<testsuites>
44
<testsuite name="unit">
5-
<directory suffix=".php">./Tests/</directory>
5+
<directory suffix=".php">./tests/</directory>
66
</testsuite>
77
</testsuites>
88
<source>

0 commit comments

Comments
 (0)