aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functional/forgot_password_test.php
diff options
context:
space:
mode:
authorDhruv <dhruv.goel92@gmail.com>2014-08-09 17:18:33 +0200
committerDhruv <dhruv.goel92@gmail.com>2014-08-09 17:18:33 +0200
commitdd8adb5d6eca9b1bc359ff3a0ff72b0531dfb9cd (patch)
tree8a6018195522d599b687033ba5debcd5f70479d3 /tests/functional/forgot_password_test.php
parent02801dee7c92d80705f64f3a1773cd39bc41a682 (diff)
downloadforums-dd8adb5d6eca9b1bc359ff3a0ff72b0531dfb9cd.tar
forums-dd8adb5d6eca9b1bc359ff3a0ff72b0531dfb9cd.tar.gz
forums-dd8adb5d6eca9b1bc359ff3a0ff72b0531dfb9cd.tar.bz2
forums-dd8adb5d6eca9b1bc359ff3a0ff72b0531dfb9cd.tar.xz
forums-dd8adb5d6eca9b1bc359ff3a0ff72b0531dfb9cd.zip
[ticket/11528] Revert Mink changes
PHPBB3-11528
Diffstat (limited to 'tests/functional/forgot_password_test.php')
-rw-r--r--tests/functional/forgot_password_test.php2
1 files changed, 0 insertions, 2 deletions
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();
}
}