Correct bug #28104 : affichage des titres longs dans le transcript
<?phpclassExampleTestextendsTestCase{/** * A basic functional test example. */publicfunctiontestBasicExample(){$response=$this->call('GET','/');$this->assertEquals(404,$response->getStatusCode());}}