From 928ac67a4140c34e332d1adc6d7c4207b03d16ee Mon Sep 17 00:00:00 2001
From: llaffont <llaffont@afi-sa.fr>
Date: Mon, 12 Oct 2015 14:49:45 +0200
Subject: [PATCH] fix test not running

---
 .../application/modules/opac/controllers/IndexControllerTest.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/application/modules/opac/controllers/IndexControllerTest.php b/tests/application/modules/opac/controllers/IndexControllerTest.php
index e5f0bb5ddf8..da521171117 100644
--- a/tests/application/modules/opac/controllers/IndexControllerTest.php
+++ b/tests/application/modules/opac/controllers/IndexControllerTest.php
@@ -387,6 +387,7 @@ class IndexControllerCnilTrackingFirstVisitWithAdminVarDisabledTest
   }
 
 
+  /** @test */
   public function shouldDisplayCnilMessage() {
     $this->assertNotXPathContentContains('//script', $this->_expected_message);
   }
-- 
GitLab