mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-35998 New mobile menu: with CSS url + existing enable mobile web services
This commit is contained in:
parent
7e8ae12a7a
commit
33af788210
7 changed files with 66 additions and 17 deletions
|
@ -84,6 +84,7 @@ class core_webservice_external_testcase extends externallib_advanced_testcase {
|
|||
$this->assertEquals(true, $siteinfo['downloadfiles']);
|
||||
$this->assertEquals($CFG->release, $siteinfo['release']);
|
||||
$this->assertEquals($CFG->version, $siteinfo['version']);
|
||||
$this->assertEquals(get_config('admin', 'mobilecssurl'), $siteinfo['mobilecssurl']);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue