[ticket/13568] Add more test cases for imagick path

PHPBB3-13568
This commit is contained in:
Marc Alexander 2015-02-02 18:33:53 +01:00
parent a93df0e511
commit b53fd867be

View file

@ -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.'),
);
}