Skip to content

Commit b05c438

Browse files
author
rtschu
committedDec 8, 2020
temp commit remove later
1 parent 6b23064 commit b05c438

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎tests/search_test.php

+1
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ public function test_deleted_post() {
124124
$searchmanager = \core_search\manager::instance();
125125
$searchmanager->index(true);
126126
$results = $searchmanager->search((object)['q' => $post2->message]);
127+
var_dump($results);
127128
$this->assertEquals(0, count($results));
128129

129130
$accessmanager = new \mod_moodleoverflow\search\moodleoverflowposts();

0 commit comments

Comments
 (0)