We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b23064 commit b05c438Copy full SHA for b05c438
tests/search_test.php
@@ -124,6 +124,7 @@ public function test_deleted_post() {
124
$searchmanager = \core_search\manager::instance();
125
$searchmanager->index(true);
126
$results = $searchmanager->search((object)['q' => $post2->message]);
127
+ var_dump($results);
128
$this->assertEquals(0, count($results));
129
130
$accessmanager = new \mod_moodleoverflow\search\moodleoverflowposts();
0 commit comments