1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 08:47:45 +02:00

[ticket/11528] Revert Mink changes

PHPBB3-11528
This commit is contained in:
Dhruv
2014-08-09 17:18:33 +02:00
parent 02801dee7c
commit dd8adb5d6e
9 changed files with 174 additions and 387 deletions

View File

@@ -42,8 +42,6 @@ class phpbb_functional_fileupload_form_test extends phpbb_functional_test_case
unlink($fileinfo->getPathname());
}
parent::tearDown();
}
private function upload_file($filename, $mimetype)

View File

@@ -45,8 +45,6 @@ class phpbb_functional_fileupload_remote_test extends phpbb_functional_test_case
global $config, $user;
$user = null;
$config = array();
parent::tearDown();
}
public function test_invalid_extension()

View File

@@ -57,7 +57,5 @@ class phpbb_functional_forgot_password_test extends phpbb_functional_test_case
'config[allow_password_reset]' => 1,
));
$crawler = self::submit($form);
parent::tearDown();
}
}

View File

@@ -57,8 +57,6 @@ class phpbb_functional_plupload_test extends phpbb_functional_test_case
unlink($fileinfo->getPathname());
}
parent::tearDown();
}
public function get_urls()