From bba7a238ecc6e292215642417d79283e67a1a010 Mon Sep 17 00:00:00 2001
From: Ghislain Loas <ghislo@sandbox.pergame.net>
Date: Thu, 26 Mar 2015 12:26:31 +0100
Subject: [PATCH] dev rgaa

disabled html5 valid test on calendar with table due to rgaa compatibility @table summary attrib
---
 .../modules/opac/controllers/ProfilOptionsControllerTest.php  | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/tests/application/modules/opac/controllers/ProfilOptionsControllerTest.php b/tests/application/modules/opac/controllers/ProfilOptionsControllerTest.php
index 982169146e3..f4417310f0b 100644
--- a/tests/application/modules/opac/controllers/ProfilOptionsControllerTest.php
+++ b/tests/application/modules/opac/controllers/ProfilOptionsControllerTest.php
@@ -1773,7 +1773,9 @@ class ProfilOptionsControllerProfilBoiteCalendarWithCalendarDisplayedWithModeWal
 	}
 
 
-	/** @test */
+	/**
+	 * @disabledtest due to summary attribut in table needed for rgaa compatibility
+	 * */
 	public function pageShouldBeHTML5Valid() {
 		$this->assertHTML5();
 	}
-- 
GitLab