MDL-42834 admin: Removal of httpswwwroot
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user