MDL-49799 behat: replaced asd.com with example.com

asd.com is a valid domain, we should use reserved domain names for testing
This commit is contained in:
Rajesh Taneja
2015-04-20 11:21:20 +08:00
parent d302ba231f
commit 0fe86bbdbb
251 changed files with 960 additions and 960 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ class core_user_testcase extends advanced_testcase {
// When supportemail is set.
core_user::reset_internal_users();
$CFG->supportemail = 'test@support.moodle.test';
$CFG->supportemail = 'test@example.com';
$supportuser = core_user::get_support_user();
$this->assertEquals(core_user::SUPPORT_USER, $supportuser->id);
$this->assertFalse(core_user::is_real_user($supportuser->id));