We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e526bc3 commit b0c9f10Copy full SHA for b0c9f10
phpunit.xml
@@ -2,7 +2,7 @@
2
<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">
3
<testsuites>
4
<testsuite name="unit">
5
- <directory suffix=".php">./Tests/</directory>
+ <directory suffix=".php">./tests/</directory>
6
</testsuite>
7
</testsuites>
8
<source>
0 commit comments