aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2013-11-19 00:23:23 +0100
committerJoas Schilling <nickvergessen@gmx.de>2013-11-19 00:23:23 +0100
commit632d6e96218c70ee89c411679304e2529efff514 (patch)
treedfe67db1f3b74cf34377b224fff81abd0c4cdb86
parentace66f861a38e2368a1634a8b67c53906552499e (diff)
downloadforums-632d6e96218c70ee89c411679304e2529efff514.tar
forums-632d6e96218c70ee89c411679304e2529efff514.tar.gz
forums-632d6e96218c70ee89c411679304e2529efff514.tar.bz2
forums-632d6e96218c70ee89c411679304e2529efff514.tar.xz
forums-632d6e96218c70ee89c411679304e2529efff514.zip
[ticket/12023] Add test for failing .css copy
PHPBB3-12023
-rw-r--r--tests/functions_install/ignore_new_file_on_update_test.php2
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),
);
}