1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-30 11:40:08 +02:00

[ticket/15540] Fix tests

PHPBB3-15540
This commit is contained in:
rubencm
2020-08-15 13:05:54 +00:00
parent ee9ea98a01
commit 1bc9cbefb2
17 changed files with 62 additions and 146 deletions

View File

@@ -292,7 +292,7 @@ class phpbb_content_visibility_delete_post_test extends phpbb_database_test_case
$config = new \phpbb\config\config(array(
'num_posts' => 3,
'num_topics' => 1,
'search_type' => 'phpbb_mock_search',
'search_type' => 'foo',
));
$cache = new phpbb_mock_cache;
$db = $this->new_dbal();