diff options
Diffstat (limited to 'tests/functional/forgot_password_test.php')
-rw-r--r-- | tests/functional/forgot_password_test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/forgot_password_test.php b/tests/functional/forgot_password_test.php index 64fa19557f..2fd5b45f7d 100644 --- a/tests/functional/forgot_password_test.php +++ b/tests/functional/forgot_password_test.php @@ -45,7 +45,7 @@ class phpbb_functional_forgot_password_test extends phpbb_functional_test_case } - public function tearDown() + public function tearDown(): void { $this->login(); $this->admin_login(); |