aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functional
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2014-08-10 00:56:30 +0200
committerTristan Darricau <github@nicofuma.fr>2014-08-10 00:56:30 +0200
commit1c98b46625518a7b398f7f81536ade01be2e937d (patch)
tree69e1c55d323e87cd7058260531f3f84ab6742bd3 /tests/functional
parent761f5a771dd0f7a62f63985637004e37d1bad498 (diff)
parent6a8413f064a0a8ade332634c2a891e8ca9038a8b (diff)
downloadforums-1c98b46625518a7b398f7f81536ade01be2e937d.tar
forums-1c98b46625518a7b398f7f81536ade01be2e937d.tar.gz
forums-1c98b46625518a7b398f7f81536ade01be2e937d.tar.bz2
forums-1c98b46625518a7b398f7f81536ade01be2e937d.tar.xz
forums-1c98b46625518a7b398f7f81536ade01be2e937d.zip
Merge branch 'develop-ascraeus' into develop
* develop-ascraeus: [ticket/11528] Revert Mink changes
Diffstat (limited to 'tests/functional')
-rw-r--r--tests/functional/fileupload_form_test.php2
-rw-r--r--tests/functional/fileupload_remote_test.php2
-rw-r--r--tests/functional/forgot_password_test.php2
-rw-r--r--tests/functional/plupload_test.php2
4 files changed, 0 insertions, 8 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)
diff --git a/tests/functional/fileupload_remote_test.php b/tests/functional/fileupload_remote_test.php
index ef39e1d71b..6ece150b23 100644
--- a/tests/functional/fileupload_remote_test.php
+++ b/tests/functional/fileupload_remote_test.php
@@ -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()
diff --git a/tests/functional/forgot_password_test.php b/tests/functional/forgot_password_test.php
index c95efc5b2e..64fa19557f 100644
--- a/tests/functional/forgot_password_test.php
+++ b/tests/functional/forgot_password_test.php
@@ -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();
}
}
diff --git a/tests/functional/plupload_test.php b/tests/functional/plupload_test.php
index d9faec035c..ee71597ffc 100644
--- a/tests/functional/plupload_test.php
+++ b/tests/functional/plupload_test.php
@@ -57,8 +57,6 @@ class phpbb_functional_plupload_test extends phpbb_functional_test_case
unlink($fileinfo->getPathname());
}
-
- parent::tearDown();
}
public function get_urls()