mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/11040] Topic is deleted if test is skipped
PHPBB3-11040
This commit is contained in:
parent
3d1d25a122
commit
6918921d53
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ abstract class phpbb_functional_search_base extends phpbb_functional_test_case
|
|||
// check if search backend is not supported
|
||||
if ($crawler->filter('.errorbox')->count() > 0)
|
||||
{
|
||||
$this->delete_topic($post['topic_id']);
|
||||
$this->markTestSkipped("Search backend is not supported/running");
|
||||
}
|
||||
$this->create_search_index();
|
||||
|
|
Loading…
Add table
Reference in a new issue