Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
131e607
)
MDL-55356 search: Remove unnecessary var_dump call
author
Jun Pataleta
<jun@moodle.com>
Thu, 12 Oct 2017 07:45:46 +0000
(15:45 +0800)
committer
Jun Pataleta
<jun@moodle.com>
Thu, 12 Oct 2017 07:45:52 +0000
(15:45 +0800)
search/tests/manager_test.php
patch
|
blob
|
blame
|
history
diff --git
a/search/tests/manager_test.php
b/search/tests/manager_test.php
index
bcf9500
..
8db3d7b
100644
(file)
--- a/
search/tests/manager_test.php
+++ b/
search/tests/manager_test.php
@@
-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 "));