This repository was archived by the owner on Mar 23, 2024. It is now read-only.
File tree 1 file changed +9
-1
lines changed
1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 33
33
<!-- the filename of your .env file -->
34
34
<const name =" TEST_ENVFILE" value =" .env_example" />
35
35
<!-- the http client factory for live api tests -->
36
+ <!--
36
37
<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" />
38
40
<!-- PSR-17 factories to use in tests -->
41
+ <!--
39
42
<const name="REQUEST_FACTORY" value="chillerlan\HTTP\Psr17\RequestFactory"/>
40
43
<const name="RESPONSE_FACTORY" value="chillerlan\HTTP\Psr17\ResponseFactory"/>
41
44
<const name="STREAM_FACTORY" value="chillerlan\HTTP\Psr17\StreamFactory"/>
42
45
<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" />
43
51
</php >
44
52
</phpunit >
You can’t perform that action at this time.
0 commit comments