diff options
author | Tristan Darricau <github@nicofuma.fr> | 2014-08-10 00:28:01 +0200 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2014-08-10 00:28:01 +0200 |
commit | 6a8413f064a0a8ade332634c2a891e8ca9038a8b (patch) | |
tree | e2612c5207ab4c39b7ed7537a921e9de5243f98d /tests/functional/fileupload_form_test.php | |
parent | 469790146ce6c47b92ecd2bcd8b4791ef3c6a069 (diff) | |
parent | dd8adb5d6eca9b1bc359ff3a0ff72b0531dfb9cd (diff) | |
download | forums-6a8413f064a0a8ade332634c2a891e8ca9038a8b.tar forums-6a8413f064a0a8ade332634c2a891e8ca9038a8b.tar.gz forums-6a8413f064a0a8ade332634c2a891e8ca9038a8b.tar.bz2 forums-6a8413f064a0a8ade332634c2a891e8ca9038a8b.tar.xz forums-6a8413f064a0a8ade332634c2a891e8ca9038a8b.zip |
Merge pull request #2691 from dhruvgoel92/ticket/11528
[ticket/11528] Revert all mink changes in functional tests
* dhruvgoel92/ticket/11528:
[ticket/11528] Revert Mink changes
Diffstat (limited to 'tests/functional/fileupload_form_test.php')
-rw-r--r-- | tests/functional/fileupload_form_test.php | 2 |
1 files changed, 0 insertions, 2 deletions
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) |