MDL-55356 search: Remove unnecessary var_dump call
authorJun Pataleta <jun@moodle.com>
Thu, 12 Oct 2017 07:45:46 +0000 (15:45 +0800)
committerJun Pataleta <jun@moodle.com>
Thu, 12 Oct 2017 07:45:52 +0000 (15:45 +0800)
search/tests/manager_test.php

index bcf9500..8db3d7b 100644 (file)
@@ -351,7 +351,6 @@ class search_manager_testcase extends advanced_testcase {
         $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 "));