1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-18 22:41:28 +02:00

[feature/soft-delete] Add unit tests for get_forums_visibility_sql()

PHPBB3-9657
This commit is contained in:
Joas Schilling
2012-10-01 22:14:04 +02:00
parent 280619eea9
commit 4a65940e62
6 changed files with 288 additions and 10 deletions

View File

@@ -121,11 +121,6 @@ class phpbb_content_visibility_get_visibility_sql_test extends phpbb_database_te
// Create auth mock
$auth = $this->getMock('phpbb_auth');
$acl_get_map = array(
array('f_read', 23, true),
array('m_', 23, true),
);
$auth->expects($this->any())
->method('acl_get')
->with($this->stringContains('_'), $this->anything())