Skip to content

Commit 04fdcc5

Browse files
authored
Merge pull request #32 from SimonFrings/tests
Added name to testsuite to avoid warning
2 parents aaf88e3 + 4e68aa0 commit 04fdcc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<phpunit bootstrap="vendor/autoload.php" colors="true">
44
<testsuites>
5-
<testsuite>
5+
<testsuite name="Http Proxy Test Suite">
66
<directory>./tests/</directory>
77
</testsuite>
88
</testsuites>

0 commit comments

Comments
 (0)