diff --git a/mod/forum/tests/externallib_test.php b/mod/forum/tests/externallib_test.php index 3c4fd4f57fb..2627ffa7a10 100644 --- a/mod/forum/tests/externallib_test.php +++ b/mod/forum/tests/externallib_test.php @@ -510,7 +510,6 @@ class mod_forum_external_testcase extends externallib_advanced_testcase { } - /** * Test get forum posts (qanda forum) */ @@ -575,10 +574,8 @@ class mod_forum_external_testcase extends externallib_advanced_testcase { $posts = mod_forum_external::get_forum_discussion_posts($discussion1->id, 'modified', 'DESC'); $posts = external_api::clean_returnvalue(mod_forum_external::get_forum_discussion_posts_returns(), $posts); $this->assertEquals(3, count($posts['posts'])); - } - /** * Test get forum discussions paginated */