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:
753d681
)
MDL-50187 docs: Including all x.y releases
author
David Monllao
<davidm@moodle.com>
Mon, 11 May 2015 03:05:06 +0000
(11:05 +0800)
committer
David Monllao
<davidm@moodle.com>
Mon, 11 May 2015 03:05:06 +0000
(11:05 +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
7891fc1
..
bda221b
100644
(file)
--- a/
lib/tests/setuplib_test.php
+++ b/
lib/tests/setuplib_test.php
@@
-44,7
+44,7
@@
class core_setuplib_testcase extends advanced_testcase {
} else {
$docroot = $CFG->docroot;
}
- $this->assertRegExp('~^' . preg_quote($docroot, '') . '/
2\d
/' . current_language() . '/course/editing$~',
+ $this->assertRegExp('~^' . preg_quote($docroot, '') . '/
\d{2}
/' . current_language() . '/course/editing$~',
get_docs_url('course/editing'));
}