Skip to content

Commit 9c81baf

Browse files
committed
Fixed Guzzle 5 text exclusion
1 parent d550762 commit 9c81baf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guzzle_environments/5/phpunit.xml.dist

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<testsuites>
55
<testsuite name="All Tests">
66
<directory>../../tests</directory>
7-
<exclude>../../tests/OAuth2SubscriberTest.php</exclude>
7+
<exclude>../../tests/OAuth2MiddlewareTest.php</exclude>
88
</testsuite>
99
</testsuites>
1010
<filter>

0 commit comments

Comments
 (0)