From d4aae0765398adcc304ed2d9e15f93a83ebd2eb0 Mon Sep 17 00:00:00 2001 From: pbarroca <pbarroca@afi-sa.fr> Date: Thu, 9 Feb 2017 16:38:17 +0100 Subject: [PATCH] dev #49440 remove obsolete test --- .../modules/cosmo/controllers/IntegrationControllerTest.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/cosmogramme/cosmozend/tests/application/modules/cosmo/controllers/IntegrationControllerTest.php b/cosmogramme/cosmozend/tests/application/modules/cosmo/controllers/IntegrationControllerTest.php index c314429cf47..a625bef5ae5 100644 --- a/cosmogramme/cosmozend/tests/application/modules/cosmo/controllers/IntegrationControllerTest.php +++ b/cosmogramme/cosmozend/tests/application/modules/cosmo/controllers/IntegrationControllerTest.php @@ -310,12 +310,6 @@ class Cosmo_IntegrationControllerGenerateActionTest extends Cosmo_IntegrationCon public function shouldBeAbleToChooseBranchCreationMode() { $this->assertXPath('//select[@name="creer_annexes"]'); } - - - /** @test */ - public function shouldBeAbleToEtalonSynchMode() { - $this->assertXPath('//select[@name="synchro"]'); - } } -- GitLab