Total Complexity | 2 |
Total Lines | 24 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
10 | class WebTestCase extends BaseWebTestCase |
||
11 | { |
||
12 | /** |
||
13 | * @return \Symfony\Bundle\FrameworkBundle\Client |
||
14 | */ |
||
15 | protected function createAnonymousApiClient() |
||
19 | ]); |
||
20 | } |
||
21 | |||
22 | /** |
||
23 | * @param string $user |
||
24 | * @param string $password |
||
25 | * |
||
26 | * @return \Symfony\Bundle\FrameworkBundle\Client |
||
27 | */ |
||
28 | protected function createAuthenticatedApiClient($user = '[email protected]', $password = 'password') |
||
37 |