From: Pascal Borreli Date: Fri, 13 Jul 2012 17:01:16 +0000 (+0200) Subject: Removed duplicate array keys X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=1c98282e0c2d6c4eedfdf5558a63f829e3a05620;p=web%2Fkonrad%2Ftwig.git Removed duplicate array keys --- 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 */