Skip to content

Commit 6913c99

Browse files
committed
Fix tests
1 parent 5dd0758 commit 6913c99

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/controller/admin_input_test.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -198,9 +198,6 @@ public function test_get_form_data($valid_form, $data, $ad_owner_expected, $erro
198198
public function banner_upload_data()
199199
{
200200
return array(
201-
array(false, false, false, array('CANNOT_CREATE_DIRECTORY'), '', ''),
202-
array(false, true, false, array('CANNOT_CREATE_DIRECTORY'), '', ''),
203-
array(false, true, true, array('CANNOT_CREATE_DIRECTORY'), '', ''),
204201
array(true, false, false, array('FILE_MOVE_UNSUCCESSFUL'), '', ''),
205202
array(true, true, false, array(), '', '<img src="http://localhost/phpbb/images/phpbb_ads/abcdef.jpg" />'),
206203
array(true, true, false, array(), 'abc', "abc\n\n<img src=\"http://localhost/phpbb/images/phpbb_ads/abcdef.jpg\" />"),

0 commit comments

Comments
 (0)