aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/functional/search_test.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/functional/search_test.php b/tests/functional/search_test.php
index d38d4271cf..adb5cb3d95 100644
--- a/tests/functional/search_test.php
+++ b/tests/functional/search_test.php
@@ -77,8 +77,12 @@ class phpbb_functional_search_test extends phpbb_functional_test_case
$this->create_search_index($search_backend);
}
+ $this->logout();
$this->search_found();
$this->search_not_found();
+
+ $this->login();
+ $this->admin_login();
$this->delete_search_index($search_backend);
}