Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
10 | public function testTranschoiceWhenTranslationNotYetExtracted() |
||
11 | { |
||
12 | $client = $this->createClient(); |
||
13 | $client->request('GET', '/admin/dashboard?_locale=en'); |
||
14 | $response = $client->getResponse(); |
||
15 | $this->assertEquals(200, $response->getStatusCode(), substr($response, 0, 2000)); |
||
16 | } |
||
17 | } |
||
18 |