MDL-42834 admin: Removal of httpswwwroot

This commit is contained in:
John Okely
2017-10-23 12:25:36 +08:00
committed by Mark Nelson
parent cd1eb7ce9c
commit 672f483670
42 changed files with 111 additions and 133 deletions
+1
View File
@@ -52,6 +52,7 @@ class core_phpunit_basic_testcase extends basic_testcase {
*/
public function test_bootstrap() {
global $CFG;
// The use of httpswwwroot is deprecated, but we are still setting it for backwards compatibility.
$this->assertTrue(isset($CFG->httpswwwroot));
$this->assertEquals($CFG->httpswwwroot, $CFG->wwwroot);
$this->assertEquals($CFG->prefix, $CFG->phpunit_prefix);