Skip to content
This repository was archived by the owner on Mar 23, 2024. It is now read-only.

Commit 67f4512

Browse files
committed
🚒
1 parent d070e2a commit 67f4512

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

phpunit.xml.dist

+9-1
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,20 @@
3333
<!-- the filename of your .env file -->
3434
<const name="TEST_ENVFILE" value=".env_example"/>
3535
<!-- the http client factory for live api tests -->
36+
<!--
3637
<const name="TEST_CLIENT_FACTORY" value="chillerlan\OAuthTest\Providers\ChillerlanHttpClientFactory"/>
37-
<!-- <const name="TEST_CLIENT_FACTORY" value="chillerlan\OAuthTest\Providers\GuzzleHttpClientFactory"/> -->
38+
-->
39+
<const name="TEST_CLIENT_FACTORY" value="chillerlan\OAuthTest\Providers\GuzzleHttpClientFactory"/>
3840
<!-- PSR-17 factories to use in tests -->
41+
<!--
3942
<const name="REQUEST_FACTORY" value="chillerlan\HTTP\Psr17\RequestFactory"/>
4043
<const name="RESPONSE_FACTORY" value="chillerlan\HTTP\Psr17\ResponseFactory"/>
4144
<const name="STREAM_FACTORY" value="chillerlan\HTTP\Psr17\StreamFactory"/>
4245
<const name="URI_FACTORY" value="chillerlan\HTTP\Psr17\UriFactory"/>
46+
-->
47+
<const name="REQUEST_FACTORY" value="GuzzleHttp\Psr7\HttpFactory"/>
48+
<const name="RESPONSE_FACTORY" value="GuzzleHttp\Psr7\HttpFactory"/>
49+
<const name="STREAM_FACTORY" value="GuzzleHttp\Psr7\HttpFactory"/>
50+
<const name="URI_FACTORY" value="GuzzleHttp\Psr7\HttpFactory"/>
4351
</php>
4452
</phpunit>

0 commit comments

Comments
 (0)