mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
Merge branch 'MDL-55356-master-fix' of git://github.com/junpataleta/moodle
This commit is contained in:
commit
42c7270eb1
@ -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…
x
Reference in New Issue
Block a user