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:
cdb2a2e
)
MDL-39524 tests: fix incorrect phpdoc
author
Dan Poltawski
<dan@moodle.com>
Tue, 22 Mar 2016 04:56:53 +0000
(12:56 +0800)
committer
Dan Poltawski
<dan@moodle.com>
Tue, 22 Mar 2016 04:56:53 +0000
(12:56 +0800)
lib/tests/setuplib_test.php
patch
|
blob
|
blame
|
history
diff --git
a/lib/tests/setuplib_test.php
b/lib/tests/setuplib_test.php
index
f60a699
..
10d2cee
100644
(file)
--- a/
lib/tests/setuplib_test.php
+++ b/
lib/tests/setuplib_test.php
@@
-469,6
+469,8
@@
class core_setuplib_testcase extends advanced_testcase {
/**
* Data provider for test_get_real_size().
+ *
+ * @return array An array of arrays contain test data
*/
public function data_for_test_get_real_size() {
return array(
@@
-493,7
+495,6
@@
class core_setuplib_testcase extends advanced_testcase {
*
* @param string $input the input for get_real_size()
* @param int $expectedbytes the expected bytes
- * @return array An array of arrays contain test data
*/
public function test_get_real_size($input, $expectedbytes) {
$this->assertEquals($expectedbytes, get_real_size($input));