| Total Complexity | 4 |
| Total Lines | 38 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 1 | Features | 0 |
| 1 | <?php |
||
| 14 | class AbstractProviderTest extends TestCase |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * @param ClientInterface|null $httpClient |
||
| 18 | * @return ProviderMock |
||
| 19 | */ |
||
| 20 | protected function getAbstractProviderMock(ClientInterface $httpClient = null, SessionInterface $session = null) |
||
| 45 | ] |
||
| 46 | ); |
||
| 47 | } |
||
| 48 | |||
| 49 | public function testGetRedirectUrl() |
||
| 54 |