mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-23 18:11:47 +02:00
[ticket/13568] Add more test cases for imagick path
PHPBB3-13568
This commit is contained in:
@@ -21,8 +21,10 @@ class phpbb_functional_acp_attachments_test extends phpbb_functional_test_case
|
|||||||
return array(
|
return array(
|
||||||
array('/usr/bin', 'Configuration updated successfully'),
|
array('/usr/bin', 'Configuration updated successfully'),
|
||||||
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('/usr/nope', 'The entered path “/usr/nope” does not exist.'),
|
||||||
array('mkdir /usr/test', 'The entered path “mkdir /usr/test” 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.'),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user