From 098f37c942a90b5eef4e0dc7d8bbe43d3a305374 Mon Sep 17 00:00:00 2001 From: Jun Pataleta Date: Thu, 12 Oct 2017 15:45:46 +0800 Subject: [PATCH] MDL-55356 search: Remove unnecessary var_dump call --- search/tests/manager_test.php | 1 - 1 file changed, 1 deletion(-) diff --git a/search/tests/manager_test.php b/search/tests/manager_test.php index bcf9500444c21..8db3d7bae1e99 100644 --- a/search/tests/manager_test.php +++ b/search/tests/manager_test.php @@ -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 "));