1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-05 23:25:30 +02:00

[ticket/11040] Delete the functional test topic to avoid conflicts

PHPBB3-11040
This commit is contained in:
Dhruv 2013-11-08 23:12:06 +05:30
parent b5310e9565
commit 6524513f9d

View File

@ -64,6 +64,7 @@ abstract class phpbb_functional_search_base extends phpbb_functional_test_case
$this->login();
$this->admin_login();
$this->delete_search_index();
$this->delete_topic($post['topic_id']);
}
protected function create_search_index()