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:
57cef30
)
MDL-40038 files: Removed commented code from unit test
author
Damyon Wiese
<damyon@moodle.com>
Tue, 20 Aug 2013 07:52:11 +0000
(15:52 +0800)
committer
Damyon Wiese
<damyon@moodle.com>
Tue, 20 Aug 2013 07:52:11 +0000
(15:52 +0800)
files/tests/externallib_test.php
patch
|
blob
|
blame
|
history
diff --git
a/files/tests/externallib_test.php
b/files/tests/externallib_test.php
index
cbb8b61
..
4e21d91
100644
(file)
--- a/
files/tests/externallib_test.php
+++ b/
files/tests/externallib_test.php
@@
-183,7
+183,6
@@
class core_files_externallib_testcase extends advanced_testcase {
$this->setAdminUser();
$USER->email = 'test@moodle.com';
- // print_object($USER);
$course = $this->getDataGenerator()->create_course();
$record = new stdClass();