mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/11040] Delete the functional test topic to avoid conflicts
PHPBB3-11040
This commit is contained in:
parent
b5310e9565
commit
6524513f9d
1 changed files with 1 additions and 0 deletions
|
@ -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()
|
||||||
|
|
Loading…
Add table
Reference in a new issue