From b53fd867be7db3bf8025a94893c4211b99fbd21e Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Mon, 2 Feb 2015 18:33:53 +0100 Subject: [ticket/13568] Add more test cases for imagick path PHPBB3-13568 --- tests/functional/acp_attachments_test.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/functional/acp_attachments_test.php b/tests/functional/acp_attachments_test.php index 6b1d1dc8df..9f6b61ccd7 100644 --- a/tests/functional/acp_attachments_test.php +++ b/tests/functional/acp_attachments_test.php @@ -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.'), ); } -- cgit v1.2.1