File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
tests/Services/InfoProviderSystem/Providers Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 1313use Symfony \Contracts \HttpClient \ResponseInterface ;
1414use Psr \Cache \CacheItemPoolInterface ;
1515use Psr \Cache \CacheItemInterface ;
16- use App \Services \OAuth \OAuthTokenManager ;
1716
1817/**
1918 * Full behavioral test suite for BuerklinProvider.
@@ -30,7 +29,6 @@ class BuerklinProviderTest extends TestCase
3029 protected function setUp (): void
3130 {
3231 $ this ->httpClient = $ this ->createMock (HttpClientInterface::class);
33- $ this ->tokenManager = $ this ->createMock (OAuthTokenManager::class);
3432
3533 // Cache mock
3634 $ cacheItem = $ this ->createMock (CacheItemInterface::class);
@@ -50,7 +48,6 @@ protected function setUp(): void
5048
5149 $ this ->provider = new BuerklinProvider (
5250 client: $ this ->httpClient ,
53- authTokenManager: $ this ->tokenManager ,
5451 partInfoCache: $ this ->cache ,
5552 settings: $ this ->settings ,
5653 );
You can’t perform that action at this time.
0 commit comments