Skip to content

Commit 4a9ddd1

Browse files
committed
restore original
1 parent 87ed522 commit 4a9ddd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

phpunit.xml.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
22

3-
<phpunit color="true" strict="true" bootstrap="vendor/autoload.php">
3+
<phpunit colors="true" strict="true" bootstrap="vendor/autoload.php">
44
<testsuites>
55
<testsuite name="phpDocumentor\Reflection\DocBlock">
6-
<directory>tests/</directory>
6+
<directory>./tests/</directory>
77
</testsuite>
88
</testsuites>
99
<filter>

0 commit comments

Comments
 (0)