| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 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 |