Skip to content

Commit

Permalink
MDL-55356 search: Remove unnecessary var_dump call
Browse files Browse the repository at this point in the history
  • Loading branch information
junpataleta committed Oct 12, 2017
1 parent 131e607 commit 098f37c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion search/tests/manager_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,6 @@ public function test_context_indexing() {
$buffer->reset_buffer();

// Confirm that output only processed 1 forum activity and 2 posts.
var_dump(strpos($log, "area: Forum - activity information\n Processed 1 "));
$this->assertNotFalse(strpos($log, "area: Forum - activity information\n Processed 1 "));
$this->assertNotFalse(strpos($log, "area: Forum - posts\n Processed 2 "));

Expand Down

0 comments on commit 098f37c

Please sign in to comment.