mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 18:06:51 +02:00
MDL-55356 search: Remove unnecessary var_dump call
This commit is contained in:
parent
131e60741a
commit
098f37c942
1 changed files with 0 additions and 1 deletions
|
@ -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 "));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue