From 1c98282e0c2d6c4eedfdf5558a63f829e3a05620 Mon Sep 17 00:00:00 2001 From: Pascal Borreli Date: Fri, 13 Jul 2012 19:01:16 +0200 Subject: [PATCH] Removed duplicate array keys --- test/Twig/Tests/escapingTest.php | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/test/Twig/Tests/escapingTest.php b/test/Twig/Tests/escapingTest.php index 65c38ab..2492b3a 100644 --- a/test/Twig/Tests/escapingTest.php +++ b/test/Twig/Tests/escapingTest.php @@ -22,10 +22,6 @@ class Twig_Test_EscapingTest extends PHPUnit_Framework_TestCase protected $htmlAttrSpecialChars = array( '\'' => ''', - '"' => '"', - '<' => '<', - '>' => '>', - '&' => '&', /* Characters beyond ASCII value 255 to unicode escape */ 'Ā' => 'Ā', /* Immune chars excluded */ -- 1.7.2.5