Skip to content

Commit 876f739

Browse files
committed
Fixed: error in XML notation
1 parent 8973682 commit 876f739

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

guzzle/phpunit.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@
1919
verbose="true">
2020

2121
<testsuites>
22-
<directory>./test</directory>>
22+
<testsuite>
23+
<directory>./test</directory>>
24+
</testsuite>
2325
</testsuites>
2426

2527
<listeners>

0 commit comments

Comments
 (0)