mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-26 09:33:50 +00:00
Correction of tests
This commit is contained in:
@@ -148,7 +148,7 @@ class ReportControllerTest extends WebTestCase
|
||||
throw new \RuntimeException('the request at person page failed');
|
||||
}
|
||||
|
||||
$link = $crawlerPersonPage->selectLink("Ajout d'un rapport")->link();
|
||||
$link = $crawlerPersonPage->selectLink("AJOUT D'UN RAPPORT")->link();
|
||||
$this->assertInstanceOf('Symfony\Component\DomCrawler\Link', $link,
|
||||
"There is a \"add a report\" link in menu");
|
||||
$this->assertContains(sprintf("/fr/person/%d/report/select/type/for/creation",
|
||||
|
Reference in New Issue
Block a user