diff --git a/tests/application/modules/admin/controllers/FormationControllerTest.php b/tests/application/modules/admin/controllers/FormationControllerTest.php index 37bb619488fa2ed7e595a073b1e54dce0fd68622..39481d7a861ed4cc340595ddc2896f39dc8f395e 100644 --- a/tests/application/modules/admin/controllers/FormationControllerTest.php +++ b/tests/application/modules/admin/controllers/FormationControllerTest.php @@ -240,13 +240,6 @@ class Admin_FormationControllerAddTest extends Admin_FormationControllerTestCase } - /** @test */ - function menuGaucheAdminShouldContainsLinkToFormation() { - $this->assertXPathContentContains('//div[@class="menuGaucheAdmin"]//a[contains(@href,"admin/formation")]', - "Formations", - $this->_response->getBody()); - } - /** @test */ function headShouldIncludeControlMajScript() { $this->assertXPath('//script[contains(@src, "controle_maj")]',