From ad59cb9c2026d3f27869599dd2337f718a1332d1 Mon Sep 17 00:00:00 2001 From: Hugues Peccatte Date: Fri, 17 Jul 2015 23:22:11 +0200 Subject: Templating header location. Signed-off-by: Hugues Peccatte --- test/libraries/core/PMA_headerLocation_test.php | 31 +++++++++---------------- 1 file changed, 11 insertions(+), 20 deletions(-) (limited to 'test') diff --git a/test/libraries/core/PMA_headerLocation_test.php b/test/libraries/core/PMA_headerLocation_test.php index 012ba6174b..063c51243e 100644 --- a/test/libraries/core/PMA_headerLocation_test.php +++ b/test/libraries/core/PMA_headerLocation_test.php @@ -257,26 +257,17 @@ class PMA_HeaderLocation_Test extends PHPUnit_Framework_TestCase $testUri_html = htmlspecialchars($testUri); $testUri_js = PMA_escapeJsString($testUri); - $header = "- - -\n" . - "\n" . - "\n" . - "\n" . - "\n" . - "\n" . - "\n" . - "\n" . - "\n"; + $header = "- - - + " + . "" + . "" + . "" + . " +"; $this->expectOutputString($header); -- cgit v1.2.3