mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-05 17:34:55 +02:00
[ticket/11040] Delete the functional test topic to avoid conflicts
PHPBB3-11040
This commit is contained in:
@ -64,6 +64,7 @@ abstract class phpbb_functional_search_base extends phpbb_functional_test_case
|
|||||||
$this->login();
|
$this->login();
|
||||||
$this->admin_login();
|
$this->admin_login();
|
||||||
$this->delete_search_index();
|
$this->delete_search_index();
|
||||||
|
$this->delete_topic($post['topic_id']);
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function create_search_index()
|
protected function create_search_index()
|
||||||
|
Reference in New Issue
Block a user