aboutsummaryrefslogtreecommitdiffstats
path: root/tests/template
diff options
context:
space:
mode:
authorTristan Darricau <tristan.darricau@sensiolabs.com>2016-02-07 12:49:00 +0100
committerTristan Darricau <tristan.darricau@sensiolabs.com>2016-02-18 17:30:31 +0100
commit99ace63e62fddc934eded20afc6a7aebbc05e13b (patch)
tree744a3d9c86bd27f007bcadb71f980721aa981b26 /tests/template
parentf7c5098c60688ab8553732d5129680c959355e15 (diff)
downloadforums-99ace63e62fddc934eded20afc6a7aebbc05e13b.tar
forums-99ace63e62fddc934eded20afc6a7aebbc05e13b.tar.gz
forums-99ace63e62fddc934eded20afc6a7aebbc05e13b.tar.bz2
forums-99ace63e62fddc934eded20afc6a7aebbc05e13b.tar.xz
forums-99ace63e62fddc934eded20afc6a7aebbc05e13b.zip
[ticket/14457] Don't set CSS to JS and JS to CSS
PHPBB3-14457
Diffstat (limited to 'tests/template')
-rw-r--r--tests/template/template_test_case.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/template/template_test_case.php b/tests/template/template_test_case.php
index 62eea0d361..3c97d30edc 100644
--- a/tests/template/template_test_case.php
+++ b/tests/template/template_test_case.php
@@ -172,6 +172,7 @@ class phpbb_template_template_test_case extends phpbb_test_case
$expected = str_replace(array("\n", "\r", "\t"), '', $expected);
$output = str_replace(array("\n", "\r", "\t"), '', $this->display('test'));
+
$this->assertEquals($expected, $output, "Testing $file");
}
}