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

Commit 0e56d49

Browse files
committed
:octocat:
1 parent 0209a45 commit 0e56d49

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

tests/API/APITestAbstract.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
namespace chillerlan\OAuthTest\API;
1414

1515
use chillerlan\DotEnv\DotEnv;
16-
use chillerlan\HTTP\{CurlClient, Psr7};
16+
use chillerlan\HTTP\Psr18\CurlClient;
17+
use chillerlan\HTTP\Psr7;
1718
use chillerlan\Logger\{Log, LogOptionsTrait, Output\LogOutputAbstract};
1819
use chillerlan\OAuth\{OAuthOptions, Core\AccessToken, Core\OAuthInterface, Storage\MemoryStorage};
1920
use chillerlan\Settings\SettingsContainerInterface;

tests/Providers/ProviderTestAbstract.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020
use Psr\Http\Message\{RequestInterface, ResponseInterface};
2121
use ReflectionClass, ReflectionMethod, ReflectionProperty;
2222

23-
/**
24-
*/
2523
abstract class ProviderTestAbstract extends TestCase{
2624

2725
/**

0 commit comments

Comments
 (0)