mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-20 07:21:30 +02:00
[feature/soft-delete]Fix the rest of unit tests failures
PHPBB3-9567
This commit is contained in:
@@ -66,8 +66,9 @@ class phpbb_content_visibility_get_visibility_sql_test extends phpbb_database_te
|
||||
*/
|
||||
public function test_get_visibility_sql($table, $mode, $forum_id, $table_alias, $permissions, $expected)
|
||||
{
|
||||
global $db, $auth;
|
||||
global $cache, $db, $auth;
|
||||
|
||||
$cache = new phpbb_mock_cache;
|
||||
$db = $this->new_dbal();
|
||||
|
||||
// Create auth mock
|
||||
|
Reference in New Issue
Block a user