diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2013-11-19 00:23:23 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2013-11-19 00:23:23 +0100 |
commit | 632d6e96218c70ee89c411679304e2529efff514 (patch) | |
tree | dfe67db1f3b74cf34377b224fff81abd0c4cdb86 /tests/functions_install | |
parent | Merge remote-tracking branch 'Marc/ticket/12018' into develop (diff) | |
download | phpbb-632d6e96218c70ee89c411679304e2529efff514.tar.gz phpbb-632d6e96218c70ee89c411679304e2529efff514.tar.bz2 phpbb-632d6e96218c70ee89c411679304e2529efff514.zip |
[ticket/12023] Add test for failing .css copy
PHPBB3-12023
Diffstat (limited to 'tests/functions_install')
-rw-r--r-- | tests/functions_install/ignore_new_file_on_update_test.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/functions_install/ignore_new_file_on_update_test.php b/tests/functions_install/ignore_new_file_on_update_test.php index ae1dde96f7..703da4e435 100644 --- a/tests/functions_install/ignore_new_file_on_update_test.php +++ b/tests/functions_install/ignore_new_file_on_update_test.php @@ -25,6 +25,8 @@ class phpbb_functions_install_ignore_new_file_on_update_test extends phpbb_test_ array('styles/prosilver/theme/en/icon_user_online.gif', false), array('styles/prosilver/theme/languagewillneverexist/icon_user_online.gif', true), + + array('styles/prosilver/theme/imageset.css', false), ); } |