diff options
Diffstat (limited to 'tests/content_visibility/get_visibility_sql_test.php')
| -rw-r--r-- | tests/content_visibility/get_visibility_sql_test.php | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/tests/content_visibility/get_visibility_sql_test.php b/tests/content_visibility/get_visibility_sql_test.php index 16a38e5f46..3c837b2837 100644 --- a/tests/content_visibility/get_visibility_sql_test.php +++ b/tests/content_visibility/get_visibility_sql_test.php @@ -22,7 +22,6 @@ class phpbb_content_visibility_get_visibility_sql_test extends phpbb_database_te 'post', 1, '', array( array('m_approve', 1, true), - array('m_restore', 1, true), ), array( array('post_id' => 1), @@ -34,28 +33,6 @@ class phpbb_content_visibility_get_visibility_sql_test extends phpbb_database_te 'phpbb_posts', 'post', 1, '', array( - array('m_approve', 1, true), - ), - array( - array('post_id' => 1), - array('post_id' => 2), - ), - ), - array( - 'phpbb_posts', - 'post', 1, '', - array( - array('m_restore', 1, true), - ), - array( - array('post_id' => 2), - array('post_id' => 3), - ), - ), - array( - 'phpbb_posts', - 'post', 1, '', - array( ), array( array('post_id' => 2), @@ -66,7 +43,6 @@ class phpbb_content_visibility_get_visibility_sql_test extends phpbb_database_te 'topic', 1, '', array( array('m_approve', 1, true), - array('m_restore', 1, true), ), array( array('topic_id' => 1), @@ -77,28 +53,6 @@ class phpbb_content_visibility_get_visibility_sql_test extends phpbb_database_te array( 'phpbb_topics', 'topic', 1, '', - array( - array('m_approve', 1, true), - ), - array( - array('topic_id' => 1), - array('topic_id' => 2), - ), - ), - array( - 'phpbb_topics', - 'topic', 1, '', - array( - array('m_restore', 1, true), - ), - array( - array('topic_id' => 2), - array('topic_id' => 3), - ), - ), - array( - 'phpbb_topics', - 'topic', 1, '', array(), array( array('topic_id' => 2), |
