mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/12023] Add test for failing .css copy
PHPBB3-12023
This commit is contained in:
parent
ace66f861a
commit
632d6e9621
1 changed files with 2 additions and 0 deletions
|
@ -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/en/icon_user_online.gif', false),
|
||||||
array('styles/prosilver/theme/languagewillneverexist/icon_user_online.gif', true),
|
array('styles/prosilver/theme/languagewillneverexist/icon_user_online.gif', true),
|
||||||
|
|
||||||
|
array('styles/prosilver/theme/imageset.css', false),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue