mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-23 01:51:31 +02:00
[ticket/11608] Logout before searching
Keyword search in search functional tests should be performed as guests rather than logged in as admin. PHPBB3-11608
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user