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

Commit 499a5e3

Browse files
committed
🔥 move live API test http client factories to provider repo
1 parent f85e870 commit 499a5e3

File tree

5 files changed

+0
-153
lines changed

5 files changed

+0
-153
lines changed

phpunit.xml.dist

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@
2626
<php>
2727
<!-- whether the test runs on CI or not - set to false to allow live API tests to run -->
2828
<const name="TEST_IS_CI" value="true"/>
29-
<!-- the http client factory for live api tests -->
30-
<const name="TEST_CLIENT_FACTORY" value="chillerlan\OAuthTest\ChillerlanHttpClientFactory"/>
3129
<!-- PSR-17 factories to use in tests -->
3230
<const name="REQUEST_FACTORY" value="chillerlan\HTTP\Psr17\RequestFactory"/>
3331
<const name="RESPONSE_FACTORY" value="chillerlan\HTTP\Psr17\ResponseFactory"/>

tests/ChillerlanHttpClientFactory.php

Lines changed: 0 additions & 30 deletions
This file was deleted.

tests/GuzzleHttpClientFactory.php

Lines changed: 0 additions & 31 deletions
This file was deleted.

tests/OAuthTestHttpClient.php

Lines changed: 0 additions & 68 deletions
This file was deleted.

tests/OAuthTestHttpClientFactoryInterface.php

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)