We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87ed522 commit 4a9ddd1Copy full SHA for 4a9ddd1
phpunit.xml.dist
@@ -1,9 +1,9 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
3
-<phpunit color="true" strict="true" bootstrap="vendor/autoload.php">
+<phpunit colors="true" strict="true" bootstrap="vendor/autoload.php">
4
<testsuites>
5
<testsuite name="phpDocumentor\Reflection\DocBlock">
6
- <directory>tests/</directory>
+ <directory>./tests/</directory>
7
</testsuite>
8
</testsuites>
9
<filter>
0 commit comments