From d747f3a5f3ec4ac19baa96cf7b06607d7cacf906 Mon Sep 17 00:00:00 2001
From: llaffont <llaffont@git-test.afi-sa.fr>
Date: Mon, 2 Dec 2013 15:58:14 +0000
Subject: [PATCH] =?UTF-8?q?Suppression=20test=20:=20le=20lien=20cr=C3=A9er?=
 =?UTF-8?q?=20panier=20n'existe=20plus=20dans=20la=20fiche=20abonn=C3=A9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .../modules/opac/controllers/PanierControllerTest.php       | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/tests/application/modules/opac/controllers/PanierControllerTest.php b/tests/application/modules/opac/controllers/PanierControllerTest.php
index 0b0e26b031a..f168cc950df 100644
--- a/tests/application/modules/opac/controllers/PanierControllerTest.php
+++ b/tests/application/modules/opac/controllers/PanierControllerTest.php
@@ -311,12 +311,6 @@ class PanierControllerIndexAsRedacteurActionTest extends PanierControllerTestCas
 	}
 
 
-  /** @test */
-	public function panierDomaineShouldLinkCreerPanierShouldBeDataPopupTrue() {
-		$this->assertXPath('//a[contains(@data-popup,"true")]',$this->response->getBody());
-	}
-
-
 	/** @test */
 	public function pageShouldBeValidHtml5() {
 		$this->assertHTML5();
-- 
GitLab