Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Code Lines | 4 |
Lines | 7 |
Ratio | 100 % |
Tests | 5 |
CRAP Score | 1 |
Changes | 1 | ||
Bugs | 1 | Features | 0 |
1 | <?php |
||
10 | 1 | View Code Duplication | public function testPublicAction() |
11 | { |
||
12 | 1 | $client = self::createClient(); |
|
13 | 1 | $client->request('POST', '/test/', ['method' => 'security/public']); |
|
14 | |||
15 | 1 | self::assertTrue($client->getResponse()->isSuccessful()); |
|
16 | 1 | } |
|
17 | |||
32 |