From dd8adb5d6eca9b1bc359ff3a0ff72b0531dfb9cd Mon Sep 17 00:00:00 2001 From: Dhruv Date: Sat, 9 Aug 2014 17:18:33 +0200 Subject: [ticket/11528] Revert Mink changes PHPBB3-11528 --- tests/functional/fileupload_form_test.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/functional/fileupload_form_test.php') diff --git a/tests/functional/fileupload_form_test.php b/tests/functional/fileupload_form_test.php index 29036c821e..e87953367f 100644 --- a/tests/functional/fileupload_form_test.php +++ b/tests/functional/fileupload_form_test.php @@ -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) -- cgit v1.2.1