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:
a2577a7
)
MDL-36983 fix incorrect test method name
author
Petr Škoda
<commits@skodak.org>
Thu, 6 Dec 2012 13:18:16 +0000
(14:18 +0100)
committer
Dan Poltawski
<dan@moodle.com>
Tue, 11 Dec 2012 04:10:43 +0000
(12:10 +0800)
Credit goes to David Scotson, thanks.
lib/dml/tests/dml_test.php
patch
|
blob
|
blame
|
history
diff --git
a/lib/dml/tests/dml_test.php
b/lib/dml/tests/dml_test.php
index
e056b53
..
39481ad
100644
(file)
--- a/
lib/dml/tests/dml_test.php
+++ b/
lib/dml/tests/dml_test.php
@@
-3813,7
+3813,7
@@
class dml_testcase extends database_driver_testcase {
$this->assertEquals("Firstname Surname", $DB->get_field_sql($sql, $params));
}
- function
sql
_sql_order_by_text() {
+ function
test
_sql_order_by_text() {
$DB = $this->tdb;
$dbman = $DB->get_manager();