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

Commit ad16668

Browse files
committed
🔧 fix factory location
1 parent dbb0d74 commit ad16668

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
@@ -31,7 +31,7 @@
3131
<!-- the filename of your .env file -->
3232
<const name="TEST_ENVFILE" value=".env_example"/>
3333
<!-- the http client factory for live api tests -->
34-
<const name="TEST_CLIENT_FACTORY" value="chillerlan\OAuthTest\ChillerlanHttpClientFactory"/>
34+
<const name="TEST_CLIENT_FACTORY" value="chillerlan\OAuthTest\Providers\ChillerlanHttpClientFactory"/>
3535
<!-- PSR-17 factories to use in tests -->
3636
<const name="REQUEST_FACTORY" value="chillerlan\HTTP\Psr17\RequestFactory"/>
3737
<const name="RESPONSE_FACTORY" value="chillerlan\HTTP\Psr17\ResponseFactory"/>

0 commit comments

Comments
 (0)