mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/14457] Don't set CSS to JS and JS to CSS
PHPBB3-14457
This commit is contained in:
@@ -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");
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user