mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/13568] Add more test cases for imagick path
PHPBB3-13568
This commit is contained in:
parent
a93df0e511
commit
b53fd867be
1 changed files with 2 additions and 0 deletions
|
@ -21,8 +21,10 @@ class phpbb_functional_acp_attachments_test extends phpbb_functional_test_case
|
|||
return array(
|
||||
array('/usr/bin', 'Configuration updated successfully'),
|
||||
array('/usr/bin/', 'Configuration updated successfully'),
|
||||
array('C:\Windows\system32', 'The entered path “C:\Windows\system32” does not exist.'),
|
||||
array('/usr/nope', 'The entered path “/usr/nope” does not exist.'),
|
||||
array('mkdir /usr/test', 'The entered path “mkdir /usr/test” does not exist.'),
|
||||
array('/usr/bin/which', 'The entered path “/usr/bin/which” is not a directory.'),
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue