diff options
author | Tristan Darricau <tristan.darricau@sensiolabs.com> | 2016-02-07 12:49:00 +0100 |
---|---|---|
committer | Tristan Darricau <tristan.darricau@sensiolabs.com> | 2016-02-18 17:30:31 +0100 |
commit | 99ace63e62fddc934eded20afc6a7aebbc05e13b (patch) | |
tree | 744a3d9c86bd27f007bcadb71f980721aa981b26 /tests/template | |
parent | f7c5098c60688ab8553732d5129680c959355e15 (diff) | |
download | forums-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.php | 1 |
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"); } } |