diff --git a/admin/tests/behat/filter_users.feature b/admin/tests/behat/filter_users.feature
index 253ec7c8911..8feb5422545 100644
--- a/admin/tests/behat/filter_users.feature
+++ b/admin/tests/behat/filter_users.feature
@@ -7,10 +7,10 @@ Feature: An administrator can filter user accounts by role, cohort and other pro
Background:
Given the following "users" exist:
| username | firstname | lastname | email | auth | confirmed |
- | user1 | User | One | one@asd.com | manual | 0 |
- | user2 | User | Two | two@asd.com | ldap | 1 |
- | user3 | User | Three | three@asd.com | manual | 1 |
- | user4 | User | Four | four@asd.com | ldap | 0 |
+ | user1 | User | One | one@example.com | manual | 0 |
+ | user2 | User | Two | two@example.com | ldap | 1 |
+ | user3 | User | Three | three@example.com | manual | 1 |
+ | user4 | User | Four | four@example.com | ldap | 0 |
And the following "cohorts" exist:
| name | idnumber |
| Cohort 1 | CH1 |
@@ -23,8 +23,8 @@ Feature: An administrator can filter user accounts by role, cohort and other pro
| user2 | C1 | student |
| user3 | C1 | student |
And I log in as "admin"
- And I add "User Two (two@asd.com)" user to "CH1" cohort members
- And I add "User Three (three@asd.com)" user to "CH1" cohort members
+ And I add "User Two (two@example.com)" user to "CH1" cohort members
+ And I add "User Three (three@example.com)" user to "CH1" cohort members
And I follow "Browse list of users"
@javascript
diff --git a/admin/tests/behat/upload_users.feature b/admin/tests/behat/upload_users.feature
index 7194144fffe..170c6ad1d87 100644
--- a/admin/tests/behat/upload_users.feature
+++ b/admin/tests/behat/upload_users.feature
@@ -21,7 +21,7 @@ Feature: Upload users
And I should see "Tom"
And I should see "Jones"
And I should see "verysecret"
- And I should see "jonest@someplace.edu"
+ And I should see "jonest@example.com"
And I should see "Reznor"
And I should see "course1"
And I should see "math102"
@@ -32,7 +32,7 @@ Feature: Upload users
And I follow "Browse list of users"
And I should see "Tom Jones"
And I should see "Trent Reznor"
- And I should see "reznor@someplace.edu"
+ And I should see "reznor@example.com"
And I am on homepage
And I follow "Maths"
And I expand "Users" node
diff --git a/admin/tool/behat/tests/behat/data_generators.feature b/admin/tool/behat/tests/behat/data_generators.feature
index c9758f20320..e32cdb351cb 100644
--- a/admin/tool/behat/tests/behat/data_generators.feature
+++ b/admin/tool/behat/tests/behat/data_generators.feature
@@ -69,8 +69,8 @@ Feature: Set up contextual data for tests
Scenario: Role overrides
Given the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
- | student1 | Student | 1 | student1@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
+ | student1 | Student | 1 | student1@example.com |
And the following "categories" exist:
| name | category | idnumber |
| Cat 1 | 0 | CAT1 |
@@ -99,7 +99,7 @@ Feature: Set up contextual data for tests
Scenario: Add course enrolments
Given the following "users" exist:
| username | firstname | lastname | email |
- | student1 | Student | 1 | student1@asd.com |
+ | student1 | Student | 1 | student1@example.com |
And the following "courses" exist:
| fullname | shortname | format |
| Course 1 | C1 | topics |
@@ -117,11 +117,11 @@ Feature: Set up contextual data for tests
| Custom student | custom2 | | |
And the following "users" exist:
| username | firstname | lastname | email |
- | user1 | User | 1 | user1@moodlemoodle.com |
- | user2 | User | 2 | user2@moodlemoodle.com |
- | user3 | User | 3 | user3@moodlemoodle.com |
- | user4 | User | 4 | user4@moodlemoodle.com |
- | user5 | User | 5 | user5@moodlemoodle.com |
+ | user1 | User | 1 | user1@example.com |
+ | user2 | User | 2 | user2@example.com |
+ | user3 | User | 3 | user3@example.com |
+ | user4 | User | 4 | user4@example.com |
+ | user5 | User | 5 | user5@example.com |
And the following "categories" exist:
| name | category | idnumber |
| Cat 1 | 0 | CAT1 |
@@ -219,8 +219,8 @@ Feature: Set up contextual data for tests
Scenario: Add relations between users and groups
Given the following "users" exist:
| username | firstname | lastname | email |
- | student1 | Student | 1 | student1@asd.com |
- | student2 | Student | 2 | student2@asd.com |
+ | student1 | Student | 1 | student1@example.com |
+ | student2 | Student | 2 | student2@example.com |
And the following "courses" exist:
| fullname | shortname |
| Course 1 | C1 |
@@ -259,8 +259,8 @@ Feature: Set up contextual data for tests
| Cat 1 | 0 | CAT1 |
And the following "users" exist:
| username | firstname | lastname | email |
- | student1 | Student | 1 | student1@asd.com |
- | student2 | Student | 2 | student2@asd.com |
+ | student1 | Student | 1 | student1@example.com |
+ | student2 | Student | 2 | student2@example.com |
And the following "cohorts" exist:
| name | idnumber |
| System cohort A | CHSA |
diff --git a/admin/tool/behat/tests/behat/edit_permissions.feature b/admin/tool/behat/tests/behat/edit_permissions.feature
index d16e5435e21..26d4f42918b 100644
--- a/admin/tool/behat/tests/behat/edit_permissions.feature
+++ b/admin/tool/behat/tests/behat/edit_permissions.feature
@@ -7,7 +7,7 @@ Feature: Edit capabilities
Background:
Given the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
And the following "courses" exist:
| fullname | shortname | category |
| Course 1 | C1 | 0 |
diff --git a/admin/tool/behat/tests/behat/get_and_set_fields.feature b/admin/tool/behat/tests/behat/get_and_set_fields.feature
index 780a315f600..56c111fa9fc 100644
--- a/admin/tool/behat/tests/behat/get_and_set_fields.feature
+++ b/admin/tool/behat/tests/behat/get_and_set_fields.feature
@@ -10,9 +10,9 @@ Feature: Verify that all form fields values can be get and set
| Course 1 | C1 | 0 |
And the following "users" exist:
| username | email | firstname | lastname |
- | student1 | s1@asd.com | Student | 1 |
- | student2 | s2@asd.com | Student | 2 |
- | student3 | s3@asd.com | Student | 3 |
+ | student1 | s1@example.com | Student | 1 |
+ | student2 | s2@example.com | Student | 2 |
+ | student3 | s3@example.com | Student | 3 |
And the following "course enrolments" exist:
| user | course | role |
| student1 | C1 | student |
diff --git a/auth/db/tests/events_test.php b/auth/db/tests/events_test.php
index 46e4408edb1..adaa977440d 100644
--- a/auth/db/tests/events_test.php
+++ b/auth/db/tests/events_test.php
@@ -58,7 +58,7 @@ class auth_db_events_testcase extends advanced_testcase {
$user = new stdClass();
$user->name = 'mark';
$user->pass = 'password123';
- $user->email = 'what@legend.com';
+ $user->email = 'what@example.com';
$user->id = $DB->insert_record('auth_db_users', $user);
// Run sync_users and capture the user_created event.
@@ -107,7 +107,7 @@ class auth_db_events_testcase extends advanced_testcase {
$user = new stdClass();
$user->name = 'mark';
$user->pass = 'password123';
- $user->email = 'what@legend.com';
+ $user->email = 'what@example.com';
$user->id = $DB->insert_record('auth_db_users', $user);
// Set the config to remove the suspension on the user.
diff --git a/auth/ldap/tests/plugin_test.php b/auth/ldap/tests/plugin_test.php
index 7f0855e0085..abd997ad322 100644
--- a/auth/ldap/tests/plugin_test.php
+++ b/auth/ldap/tests/plugin_test.php
@@ -296,7 +296,7 @@ class auth_ldap_plugin_testcase extends advanced_testcase {
'lastnamephonetic' => '最後のお名前のテスト一号',
'firstnamephonetic' => 'お名前のテスト一号',
'alternatename' => 'Alternate Name User Test 1',
- 'email' => 'usersignuptest1@email.com',
+ 'email' => 'usersignuptest1@example.com',
'description' => 'This is a description for user 1',
'city' => 'Perth',
'country' => 'au',
diff --git a/auth/tests/behat/login.feature b/auth/tests/behat/login.feature
index 3641b912083..7eb93ef419f 100644
--- a/auth/tests/behat/login.feature
+++ b/auth/tests/behat/login.feature
@@ -16,7 +16,7 @@ Feature: Authentication
Scenario: Log in as an existing admin user filling the form
Given the following "users" exist:
| username | password | firstname | lastname | email |
- | testuser | testuser | Test | User | moodle@moodlemoodle.com |
+ | testuser | testuser | Test | User | moodle@example.com |
And I am on homepage
When I follow "Log in"
And I set the field "Username" to "testuser"
@@ -27,7 +27,7 @@ Feature: Authentication
Scenario: Log in as an unexisting user filling the form
Given the following "users" exist:
| username | password | firstname | lastname | email |
- | testuser | testuser | Test | User | moodle@moodlemoodle.com |
+ | testuser | testuser | Test | User | moodle@example.com |
And I am on homepage
When I follow "Log in"
And I set the field "Username" to "testuser"
diff --git a/availability/condition/grade/tests/behat/availability_grade.feature b/availability/condition/grade/tests/behat/availability_grade.feature
index 01681d77a40..ce34ad9ece2 100644
--- a/availability/condition/grade/tests/behat/availability_grade.feature
+++ b/availability/condition/grade/tests/behat/availability_grade.feature
@@ -10,8 +10,8 @@ Feature: availability_grade
| Course 1 | C1 | topics | 1 |
And the following "users" exist:
| username | email |
- | teacher1 | t@example.org |
- | student1 | s@example.org |
+ | teacher1 | t@example.com |
+ | student1 | s@example.com |
And the following "course enrolments" exist:
| user | course | role |
| teacher1 | C1 | editingteacher |
@@ -101,8 +101,8 @@ Feature: availability_grade
# Give the assignment 40%.
And I follow "A1"
And I follow "View/grade all submissions"
- # Pick the grade link in the row that has s@example.org in it.
- And I click on "//a[contains(@href, 'action=grade') and ancestor::tr/td[normalize-space(.) = 's@example.org']]/img" "xpath_element"
+ # Pick the grade link in the row that has s@example.com in it.
+ And I click on "//a[contains(@href, 'action=grade') and ancestor::tr/td[normalize-space(.) = 's@example.com']]/img" "xpath_element"
And I set the field "Grade out of 100" to "40"
And I click on "Save changes" "button"
diff --git a/availability/condition/profile/tests/behat/availability_profile.feature b/availability/condition/profile/tests/behat/availability_profile.feature
index 720be7d7c56..484b069b58e 100644
--- a/availability/condition/profile/tests/behat/availability_profile.feature
+++ b/availability/condition/profile/tests/behat/availability_profile.feature
@@ -10,8 +10,8 @@ Feature: availability_profile
| Course 1 | C1 | topics | 1 |
And the following "users" exist:
| username | email |
- | teacher1 | t@example.org |
- | student1 | s@example.org |
+ | teacher1 | t@example.com |
+ | student1 | s@example.com |
And the following "course enrolments" exist:
| user | course | role |
| teacher1 | C1 | editingteacher |
@@ -36,7 +36,7 @@ Feature: availability_profile
And I click on "Add restriction..." "button"
And I click on "User profile" "button"
And I set the field "User profile field" to "Email address"
- And I set the field "Value to compare against" to "s@example.org"
+ And I set the field "Value to compare against" to "s@example.com"
And I click on ".availability-item .availability-eye img" "css_element"
And I click on "Save and return to course" "button"
@@ -50,7 +50,7 @@ Feature: availability_profile
And I click on "Add restriction..." "button"
And I click on "User profile" "button"
And I set the field "User profile field" to "Email address"
- And I set the field "Value to compare against" to "q@example.org"
+ And I set the field "Value to compare against" to "q@example.com"
And I click on ".availability-item .availability-eye img" "css_element"
And I click on "Save and return to course" "button"
@@ -76,7 +76,7 @@ Feature: availability_profile
# Set field value for user.
And I navigate to "Browse list of users" node in "Site administration > Users > Accounts"
- And I click on "a[title=Edit]" "css_element" in the "s@example.org" "table_row"
+ And I click on "a[title=Edit]" "css_element" in the "s@example.com" "table_row"
And I expand all fieldsets
And I set the field "Super field" to "Bananaman"
And I click on "Update profile" "button"
diff --git a/availability/tests/behat/display_availability.feature b/availability/tests/behat/display_availability.feature
index 519f16c8753..f17a2799057 100644
--- a/availability/tests/behat/display_availability.feature
+++ b/availability/tests/behat/display_availability.feature
@@ -74,7 +74,7 @@ Feature: display_availability
And I press "Add restriction..."
And I click on "User profile" "button" in the "Add restriction..." "dialogue"
And I set the field "User profile field" to "Email address"
- And I set the field "Value to compare against" to "email@example.org"
+ And I set the field "Value to compare against" to "email@example.com"
And I set the field "Method of comparison" to "is equal to"
And I press "Save and return to course"
diff --git a/backup/converter/moodle1/tests/fixtures/moodle.xml b/backup/converter/moodle1/tests/fixtures/moodle.xml
index 5440c5e6536..ff4679cb43b 100644
--- a/backup/converter/moodle1/tests/fixtures/moodle.xml
+++ b/backup/converter/moodle1/tests/fixtures/moodle.xml
@@ -299,7 +299,7 @@
891220979
Admin
User
- adamzap@gmail.com
+ adamzap@example.com
0
@@ -368,7 +368,7 @@
891111111
Adam
Zapletal
- azaple1@lsu.edu
+ azaple1@example.com
0
@@ -481,7 +481,7 @@
Philip
Cali
- pcali1@lsu.edu
+ pcali1@example.com
0
diff --git a/backup/util/ui/tests/behat/duplicate_activities.feature b/backup/util/ui/tests/behat/duplicate_activities.feature
index 37537ecad37..76f85e9053b 100644
--- a/backup/util/ui/tests/behat/duplicate_activities.feature
+++ b/backup/util/ui/tests/behat/duplicate_activities.feature
@@ -11,7 +11,7 @@ Feature: Duplicate activities
| Course 1 | C1 | 0 |
And the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
And the following "course enrolments" exist:
| user | course | role |
| teacher1 | C1 | editingteacher |
diff --git a/backup/util/ui/tests/behat/import_course.feature b/backup/util/ui/tests/behat/import_course.feature
index 274b04b1ee3..29388d434e4 100644
--- a/backup/util/ui/tests/behat/import_course.feature
+++ b/backup/util/ui/tests/behat/import_course.feature
@@ -12,7 +12,7 @@ Feature: Import course's contents into another course
| Course 2 | C2 | 0 |
And the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
And the following "course enrolments" exist:
| user | course | role |
| teacher1 | C1 | editingteacher |
diff --git a/badges/tests/behat/add_badge.feature b/badges/tests/behat/add_badge.feature
index 37b534c79a0..980119784a8 100644
--- a/badges/tests/behat/add_badge.feature
+++ b/badges/tests/behat/add_badge.feature
@@ -14,10 +14,10 @@ Feature: Add badges to the system
And I expand "Badges" node
And I follow "Badges settings"
And I set the field "Default badge issuer name" to "Test Badge Site"
- And I set the field "Default badge issuer contact details" to "testuser@test-badge-site.com"
+ And I set the field "Default badge issuer contact details" to "testuser@example.com"
And I press "Save changes"
When I follow "Add a new badge"
- Then the field "issuercontact" matches value "testuser@test-badge-site.com"
+ Then the field "issuercontact" matches value "testuser@example.com"
And the field "issuername" matches value "Test Badge Site"
@javascript
@@ -35,7 +35,7 @@ Feature: Add badges to the system
| Name | Test Badge |
| Description | Test badge description |
| issuername | Test Badge Site |
- | issuercontact | testuser@test-badge-site.com |
+ | issuercontact | testuser@example.com |
And I upload "badges/tests/behat/badge.png" file to "Image" filemanager
When I press "Create badge"
Then I should see "Edit details"
diff --git a/badges/tests/behat/award_badge.feature b/badges/tests/behat/award_badge.feature
index 0c220866fd6..40025e5a610 100644
--- a/badges/tests/behat/award_badge.feature
+++ b/badges/tests/behat/award_badge.feature
@@ -12,7 +12,7 @@ Feature: Award badges
| Name | Profile Badge |
| Description | Test badge description |
| issuername | Test Badge Site |
- | issuercontact | testuser@test-badge-site.com |
+ | issuercontact | testuser@example.com |
And I upload "badges/tests/behat/badge.png" file to "Image" filemanager
And I press "Create badge"
And I set the field "type" to "Profile completion"
@@ -39,8 +39,8 @@ Feature: Award badges
Scenario: Award site badge
Given the following "users" exist:
| username | firstname | lastname | email |
- | teacher | teacher | 1 | teacher1@asd.com |
- | student | student | 1 | student1@asd.com |
+ | teacher | teacher | 1 | teacher1@example.com |
+ | student | student | 1 | student1@example.com |
And I log in as "admin"
And I navigate to "Add a new badge" node in "Site administration > Badges"
And I set the following fields to these values:
@@ -56,9 +56,9 @@ Feature: Award badges
And I press "Continue"
And I follow "Recipients (0)"
And I press "Award badge"
- And I set the field "potentialrecipients[]" to "teacher 1 (teacher1@asd.com)"
+ And I set the field "potentialrecipients[]" to "teacher 1 (teacher1@example.com)"
And I press "Award badge"
- And I set the field "potentialrecipients[]" to "student 1 (student1@asd.com)"
+ And I set the field "potentialrecipients[]" to "student 1 (student1@example.com)"
And I press "Award badge"
When I follow "Site Badge"
Then I should see "Recipients (2)"
@@ -72,9 +72,9 @@ Feature: Award badges
Scenario: Award course badge
Given the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
- | student1 | Student | 1 | student1@asd.com |
- | student2 | Student | 2 | student2@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
+ | student1 | Student | 1 | student1@example.com |
+ | student2 | Student | 2 | student2@example.com |
And the following "courses" exist:
| fullname | shortname | category | groupmode |
| Course 1 | C1 | 0 | 1 |
@@ -100,9 +100,9 @@ Feature: Award badges
And I press "Continue"
And I follow "Recipients (0)"
And I press "Award badge"
- And I set the field "potentialrecipients[]" to "Student 2 (student2@asd.com)"
+ And I set the field "potentialrecipients[]" to "Student 2 (student2@example.com)"
And I press "Award badge"
- And I set the field "potentialrecipients[]" to "Student 1 (student1@asd.com)"
+ And I set the field "potentialrecipients[]" to "Student 1 (student1@example.com)"
When I press "Award badge"
And I follow "Course Badge"
Then I should see "Recipients (2)"
@@ -120,8 +120,8 @@ Feature: Award badges
| Course 1 | C1 | 0 |
And the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | Frist | teacher1@asd.com |
- | student1 | Student | First | student1@asd.com |
+ | teacher1 | Teacher | Frist | teacher1@example.com |
+ | student1 | Student | First | student1@example.com |
And the following "course enrolments" exist:
| user | course | role |
| teacher1 | C1 | editingteacher |
@@ -172,8 +172,8 @@ Feature: Award badges
| Course 1 | C1 | 0 |
And the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | Frist | teacher1@asd.com |
- | student1 | Student | First | student1@asd.com |
+ | teacher1 | Teacher | Frist | teacher1@example.com |
+ | student1 | Student | First | student1@example.com |
And the following "course enrolments" exist:
| user | course | role |
| teacher1 | C1 | editingteacher |
diff --git a/blocks/comments/tests/behat/add_comment.feature b/blocks/comments/tests/behat/add_comment.feature
index 1fd16c66309..8dde798d078 100644
--- a/blocks/comments/tests/behat/add_comment.feature
+++ b/blocks/comments/tests/behat/add_comment.feature
@@ -10,8 +10,8 @@ Feature: Add a comment to the comments block
| Course 1 | C1 | 0 |
And the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | Frist | teacher1@asd.com |
- | student1 | Student | First | student1@asd.com |
+ | teacher1 | Teacher | Frist | teacher1@example.com |
+ | student1 | Student | First | student1@example.com |
And the following "course enrolments" exist:
| user | course | role |
| teacher1 | C1 | editingteacher |
diff --git a/blocks/comments/tests/behat/delete_comment.feature b/blocks/comments/tests/behat/delete_comment.feature
index 2c149824a18..73f78dd4670 100644
--- a/blocks/comments/tests/behat/delete_comment.feature
+++ b/blocks/comments/tests/behat/delete_comment.feature
@@ -11,8 +11,8 @@ Feature: Delete comment block messages
| Course 1 | C1 | 0 |
And the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | First | teacher1@asd.com |
- | student1 | Student | First | student1@asd.com |
+ | teacher1 | Teacher | First | teacher1@example.com |
+ | student1 | Student | First | student1@example.com |
And the following "course enrolments" exist:
| user | course | role |
| teacher1 | C1 | editingteacher |
diff --git a/blocks/course_summary/tests/behat/block_course_summary_course.feature b/blocks/course_summary/tests/behat/block_course_summary_course.feature
index bfe1e1b0688..c388f4915bf 100644
--- a/blocks/course_summary/tests/behat/block_course_summary_course.feature
+++ b/blocks/course_summary/tests/behat/block_course_summary_course.feature
@@ -10,8 +10,8 @@ Feature: Course summary block used in a course
| Course 1 | C101 | Proved the course summary block works! |0 |
And the following "users" exist:
| username | firstname | lastname | email |
- | student1 | Sam | Student | student1@asd.com |
- | teacher1 | Teacher | One | teacher1@asd.com |
+ | student1 | Sam | Student | student1@example.com |
+ | teacher1 | Teacher | One | teacher1@example.com |
And the following "course enrolments" exist:
| user | course | role |
| student1 | C101 | student |
diff --git a/blocks/glossary_random/tests/behat/glossary_random.feature b/blocks/glossary_random/tests/behat/glossary_random.feature
index a3803a40030..974a1ffafe1 100644
--- a/blocks/glossary_random/tests/behat/glossary_random.feature
+++ b/blocks/glossary_random/tests/behat/glossary_random.feature
@@ -10,8 +10,8 @@ Feature: Random glossary entry block is used in a course
| Course 1 | C1 |
And the following "users" exist:
| username | firstname | lastname | email |
- | student1 | Sam1 | Student1 | student1@test.com |
- | teacher1 | Terry1 | Teacher1 | teacher1@test.com |
+ | student1 | Sam1 | Student1 | student1@example.com |
+ | teacher1 | Terry1 | Teacher1 | teacher1@example.com |
And the following "course enrolments" exist:
| user | course | role |
| student1 | C1 | student |
diff --git a/blocks/html/tests/behat/course_block.feature b/blocks/html/tests/behat/course_block.feature
index c44a758d1fa..0815badd43d 100644
--- a/blocks/html/tests/behat/course_block.feature
+++ b/blocks/html/tests/behat/course_block.feature
@@ -7,8 +7,8 @@ Feature: HTML blocks in a course
Scenario: Adding HTML block in a course
Given the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Terry1 | Teacher1 | teacher@asd.com |
- | student1 | Sam1 | Student1 | student1@asd.com |
+ | teacher1 | Terry1 | Teacher1 | teacher@example.com |
+ | student1 | Sam1 | Student1 | student1@example.com |
And the following "courses" exist:
| fullname | shortname |
| Course 1 | C1 |
diff --git a/blocks/login/tests/behat/login_block.feature b/blocks/login/tests/behat/login_block.feature
index 4ecfcf429fc..727d9ebbce5 100644
--- a/blocks/login/tests/behat/login_block.feature
+++ b/blocks/login/tests/behat/login_block.feature
@@ -7,7 +7,7 @@ Feature: Login from a block
Background:
Given the following "users" exist:
| username | password | firstname | lastname | email |
- | testuser | testpass | Test | User | student1@asd.com |
+ | testuser | testpass | Test | User | student1@example.com |
And I log in as "admin"
And I navigate to "Turn editing on" node in "Front page settings"
And I add the "Login" block
diff --git a/blocks/navigation/tests/behat/expand_courses_node.feature b/blocks/navigation/tests/behat/expand_courses_node.feature
index 2708f74a999..06bba53b809 100644
--- a/blocks/navigation/tests/behat/expand_courses_node.feature
+++ b/blocks/navigation/tests/behat/expand_courses_node.feature
@@ -7,8 +7,8 @@ Feature: Expand the courses nodes within the navigation block
Background:
Given the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@local.host |
- | student1 | Student | 1 | student1@local.host |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
+ | student1 | Student | 1 | student1@example.com |
And the following "categories" exist:
| name | category | idnumber | visible |
| cat1 | 0 | cat1 | 1 |
diff --git a/blocks/navigation/tests/behat/view_my_courses.feature b/blocks/navigation/tests/behat/view_my_courses.feature
index f0345d3e88f..81ed8c9cab1 100644
--- a/blocks/navigation/tests/behat/view_my_courses.feature
+++ b/blocks/navigation/tests/behat/view_my_courses.feature
@@ -7,7 +7,7 @@ Feature: View my courses in navigation block
Background:
Given the following "users" exist:
| username | firstname | lastname | email |
- | student1 | Student | 1 | student1@asd.com |
+ | student1 | Student | 1 | student1@example.com |
And the following "categories" exist:
| name | category | idnumber |
| cat1 | 0 | cat1 |
diff --git a/blocks/news_items/tests/behat/display_news.feature b/blocks/news_items/tests/behat/display_news.feature
index 1768980bd35..1a6eee82008 100644
--- a/blocks/news_items/tests/behat/display_news.feature
+++ b/blocks/news_items/tests/behat/display_news.feature
@@ -8,7 +8,7 @@ Feature: Latest news block displays the course latest news
Scenario: Latest course news are displayed and can be configured
Given the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
And I log in as "admin"
And I create a course with:
| Course full name | Course 1 |
diff --git a/blocks/participants/tests/behat/block_participants_course.feature b/blocks/participants/tests/behat/block_participants_course.feature
index 4c1ed34d28d..dc4d648466b 100644
--- a/blocks/participants/tests/behat/block_participants_course.feature
+++ b/blocks/participants/tests/behat/block_participants_course.feature
@@ -10,7 +10,7 @@ Feature: People Block used in a course
| Course 1 | C101 | 0 |
And the following "users" exist:
| username | firstname | lastname | email |
- | student1 | Sam | Student | student1@asd.com |
+ | student1 | Sam | Student | student1@example.com |
And the following "course enrolments" exist:
| user | course | role |
| student1 | C101 | student |
diff --git a/blocks/participants/tests/behat/block_participants_frontpage.feature b/blocks/participants/tests/behat/block_participants_frontpage.feature
index 8be2179eb36..845ebb6bc31 100644
--- a/blocks/participants/tests/behat/block_participants_frontpage.feature
+++ b/blocks/participants/tests/behat/block_participants_frontpage.feature
@@ -7,7 +7,7 @@ Feature: People Block used on frontpage
Background:
Given the following "users" exist:
| username | firstname | lastname | email |
- | student1 | Sam | Student | student1@asd.com |
+ | student1 | Sam | Student | student1@example.com |
And I log in as "admin"
And I navigate to "Turn editing on" node in "Front page settings"
And I add the "People" block
diff --git a/blocks/recent_activity/tests/behat/structural_changes.feature b/blocks/recent_activity/tests/behat/structural_changes.feature
index c884265ede3..bfcede6bf57 100644
--- a/blocks/recent_activity/tests/behat/structural_changes.feature
+++ b/blocks/recent_activity/tests/behat/structural_changes.feature
@@ -10,11 +10,11 @@ Feature: View structural changes in recent activity block
| Course 1 | C1 | 0 |
And the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Terry1 | Teacher1 | teacher1@asd.com |
- | assistant1 | Terry2 | Teacher2 | teacher2@asd.com |
- | student1 | Sam1 | Student1 | student1@asd.com |
- | student2 | Sam2 | Student2 | student2@asd.com |
- | student3 | Sam3 | Student3 | student3@asd.com |
+ | teacher1 | Terry1 | Teacher1 | teacher1@example.com |
+ | assistant1 | Terry2 | Teacher2 | teacher2@example.com |
+ | student1 | Sam1 | Student1 | student1@example.com |
+ | student2 | Sam2 | Student2 | student2@example.com |
+ | student3 | Sam3 | Student3 | student3@example.com |
And the following "course enrolments" exist:
| user | course | role |
| teacher1 | C1 | editingteacher |
diff --git a/blocks/tests/behat/add_blocks.feature b/blocks/tests/behat/add_blocks.feature
index 0762cc8e14d..ad0083cdfc3 100644
--- a/blocks/tests/behat/add_blocks.feature
+++ b/blocks/tests/behat/add_blocks.feature
@@ -7,8 +7,8 @@ Feature: Add blocks
Background:
Given the following "users" exist:
| username | firstname | lastname | email |
- | student1 | Student | 1 | student1@asd.com |
- | student2 | Student | 2 | student2@asd.com |
+ | student1 | Student | 1 | student1@example.com |
+ | student2 | Student | 2 | student2@example.com |
And the following "courses" exist:
| fullname | shortname | format |
| Course 1 | C1 | topics |
diff --git a/blocks/tests/behat/configure_block_throughout_site.feature b/blocks/tests/behat/configure_block_throughout_site.feature
index cd80c3e469f..c207aff522f 100644
--- a/blocks/tests/behat/configure_block_throughout_site.feature
+++ b/blocks/tests/behat/configure_block_throughout_site.feature
@@ -10,7 +10,7 @@ Feature: Add and configure blocks throughout the site
| Course 1 | C1 | 0 |
And the following "users" exist:
| username | firstname | lastname | email |
- | manager1 | Manager | 1 | manager1@asd.com |
+ | manager1 | Manager | 1 | manager1@example.com |
And the following "system role assigns" exist:
| user | course | role |
| manager1 | Acceptance test site | manager |
@@ -36,7 +36,7 @@ Feature: Add and configure blocks throughout the site
Scenario: My home does not allow assignation of roles on blocks
Given the following "users" exist:
| username | firstname | lastname | email |
- | manager1 | Manager | 1 | manager1@asd.com |
+ | manager1 | Manager | 1 | manager1@example.com |
And I log in as "manager1"
And I click on "My home" "link" in the "Navigation" "block"
When I press "Customise this page"
diff --git a/blocks/tests/behat/manage_blocks.feature b/blocks/tests/behat/manage_blocks.feature
index 179e77d604d..bfec69a395a 100644
--- a/blocks/tests/behat/manage_blocks.feature
+++ b/blocks/tests/behat/manage_blocks.feature
@@ -10,7 +10,7 @@ Feature: Block appearances
| Course 1 | C1 | 0 |
And the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | teacher | 1 | teacher1@asd.com |
+ | teacher1 | teacher | 1 | teacher1@example.com |
And the following "course enrolments" exist:
| user | course | role |
| teacher1 | C1 | editingteacher |
diff --git a/blocks/tests/behat/restrict_available_blocks.feature b/blocks/tests/behat/restrict_available_blocks.feature
index 83ebacf4063..a6cc685506c 100644
--- a/blocks/tests/behat/restrict_available_blocks.feature
+++ b/blocks/tests/behat/restrict_available_blocks.feature
@@ -7,7 +7,7 @@ Feature: Allowed blocks controls
Background:
Given the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
And the following "courses" exist:
| fullname | shortname | category |
| Course 1 | C1 | 0 |
diff --git a/blog/tests/behat/comment.feature b/blog/tests/behat/comment.feature
index d6c0a051553..2f927bdc945 100644
--- a/blog/tests/behat/comment.feature
+++ b/blog/tests/behat/comment.feature
@@ -7,8 +7,8 @@ Feature: Comment on a blog entry
Background:
Given the following "users" exist:
| username | firstname | lastname | email |
- | testuser | Test | User | moodle@moodlemoodle.com |
- | testuser2 | Test2 | User2 | moodle2@moodlemoodle.com |
+ | testuser | Test | User | moodle@example.com |
+ | testuser2 | Test2 | User2 | moodle2@example.com |
And I log in as "testuser"
And I am on homepage
And I expand "My profile" node
diff --git a/calendar/tests/behat/calendar.feature b/calendar/tests/behat/calendar.feature
index 619590c64bc..123f0f90557 100644
--- a/calendar/tests/behat/calendar.feature
+++ b/calendar/tests/behat/calendar.feature
@@ -7,8 +7,8 @@ Feature: Perform basic calendar functionality
Background:
Given the following "users" exist:
| username | firstname | lastname | email |
- | student1 | Student | 1 | student1@asd.com |
- | student2 | Student | 2 | student2@asd.com |
+ | student1 | Student | 1 | student1@example.com |
+ | student2 | Student | 2 | student2@example.com |
And the following "courses" exist:
| fullname | shortname | format |
| Course 1 | C1 | topics |
diff --git a/cohort/tests/behat/add_cohort.feature b/cohort/tests/behat/add_cohort.feature
index bb6db425795..d44ee8d1874 100644
--- a/cohort/tests/behat/add_cohort.feature
+++ b/cohort/tests/behat/add_cohort.feature
@@ -7,10 +7,10 @@ Feature: Add cohorts of users
Background:
Given the following "users" exist:
| username | firstname | lastname | email |
- | user1 | First | User | first@user.com |
- | user2 | Second | User | second@user.com |
- | user3 | Third | User | third@user.com |
- | user4 | Forth | User | forth@user.com |
+ | user1 | First | User | first@example.com |
+ | user2 | Second | User | second@example.com |
+ | user3 | Third | User | third@example.com |
+ | user4 | Forth | User | forth@example.com |
And I log in as "admin"
And I navigate to "Cohorts" node in "Site administration > Users > Accounts"
And I press "Add"
@@ -31,13 +31,13 @@ Feature: Add cohorts of users
@javascript
Scenario: Add users to a cohort selecting them from the system users list
- When I add "First User (first@user.com)" user to "333" cohort members
- And I add "Second User (second@user.com)" user to "333" cohort members
+ When I add "First User (first@example.com)" user to "333" cohort members
+ And I add "Second User (second@example.com)" user to "333" cohort members
Then I should see "2" in the "#cohorts" "css_element"
And I follow "Assign"
- And the "Current users" select box should contain "First User (first@user.com)"
- And the "Current users" select box should contain "Second User (second@user.com)"
- And the "Current users" select box should not contain "Forth User (forth@user.com)"
+ And the "Current users" select box should contain "First User (first@example.com)"
+ And the "Current users" select box should contain "Second User (second@example.com)"
+ And the "Current users" select box should not contain "Forth User (forth@example.com)"
@javascript
Scenario: Add users to a cohort using a bulk user action
@@ -53,6 +53,6 @@ Feature: Add cohorts of users
And I follow "Cohorts"
Then I should see "2" in the "#cohorts" "css_element"
And I follow "Assign"
- And the "Current users" select box should contain "Third User (third@user.com)"
- And the "Current users" select box should contain "Forth User (forth@user.com)"
- And the "Current users" select box should not contain "First User (first@user.com)"
+ And the "Current users" select box should contain "Third User (third@example.com)"
+ And the "Current users" select box should contain "Forth User (forth@example.com)"
+ And the "Current users" select box should not contain "First User (first@example.com)"
diff --git a/cohort/tests/behat/behat_cohort.php b/cohort/tests/behat/behat_cohort.php
index 0f982db01c6..8c860b561fb 100644
--- a/cohort/tests/behat/behat_cohort.php
+++ b/cohort/tests/behat/behat_cohort.php
@@ -40,7 +40,7 @@ use Behat\Behat\Context\Step\Given as Given;
class behat_cohort extends behat_base {
/**
- * Adds the user to the specified cohort. The user should be specified like "Firstname Lastname (user@email.com)".
+ * Adds the user to the specified cohort. The user should be specified like "Firstname Lastname (user@example.com)".
*
* @Given /^I add "(?P(?:[^"]|\\")*)" user to "(?P(?:[^"]|\\")*)" cohort members$/
* @param string $user
diff --git a/completion/tests/behat/enable_manual_complete_mark.feature b/completion/tests/behat/enable_manual_complete_mark.feature
index 8b8a826f307..f1e162e8ca5 100644
--- a/completion/tests/behat/enable_manual_complete_mark.feature
+++ b/completion/tests/behat/enable_manual_complete_mark.feature
@@ -11,8 +11,8 @@ Feature: Allow students to manually mark an activity as complete
| Course 1 | C1 | 0 |
And the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | Frist | teacher1@asd.com |
- | student1 | Student | First | student1@asd.com |
+ | teacher1 | Teacher | Frist | teacher1@example.com |
+ | student1 | Student | First | student1@example.com |
And the following "course enrolments" exist:
| user | course | role |
| teacher1 | C1 | editingteacher |
diff --git a/completion/tests/behat/restrict_activity_by_date.feature b/completion/tests/behat/restrict_activity_by_date.feature
index db9a37a7324..c54995f4621 100644
--- a/completion/tests/behat/restrict_activity_by_date.feature
+++ b/completion/tests/behat/restrict_activity_by_date.feature
@@ -10,8 +10,8 @@ Feature: Restrict activity availability through date conditions
| Course 1 | C1 | 0 |
And the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | Frist | teacher1@asd.com |
- | student1 | Student | First | student1@asd.com |
+ | teacher1 | Teacher | Frist | teacher1@example.com |
+ | student1 | Student | First | student1@example.com |
And the following "course enrolments" exist:
| user | course | role |
| teacher1 | C1 | editingteacher |
diff --git a/completion/tests/behat/restrict_activity_by_grade.feature b/completion/tests/behat/restrict_activity_by_grade.feature
index a7823e3900a..8288670e62f 100644
--- a/completion/tests/behat/restrict_activity_by_grade.feature
+++ b/completion/tests/behat/restrict_activity_by_grade.feature
@@ -11,8 +11,8 @@ Feature: Restrict activity availability through grade conditions
| Course 1 | C1 | 0 |
And the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | Frist | teacher1@asd.com |
- | student1 | Student | First | student1@asd.com |
+ | teacher1 | Teacher | Frist | teacher1@example.com |
+ | student1 | Student | First | student1@example.com |
And the following "course enrolments" exist:
| user | course | role |
| teacher1 | C1 | editingteacher |
diff --git a/completion/tests/behat/restrict_section_availability.feature b/completion/tests/behat/restrict_section_availability.feature
index 8084dff1140..405c799f026 100644
--- a/completion/tests/behat/restrict_section_availability.feature
+++ b/completion/tests/behat/restrict_section_availability.feature
@@ -10,8 +10,8 @@ Feature: Restrict sections availability through completion or grade conditions
| Course 1 | C1 | 0 |
And the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | Frist | teacher1@asd.com |
- | student1 | Student | First | student1@asd.com |
+ | teacher1 | Teacher | Frist | teacher1@example.com |
+ | student1 | Student | First | student1@example.com |
And the following "course enrolments" exist:
| user | course | role |
| teacher1 | C1 | editingteacher |
diff --git a/course/tests/behat/activities_edit_with_block_dock.feature b/course/tests/behat/activities_edit_with_block_dock.feature
index dc032a55b62..735288ec59c 100644
--- a/course/tests/behat/activities_edit_with_block_dock.feature
+++ b/course/tests/behat/activities_edit_with_block_dock.feature
@@ -8,7 +8,7 @@ Feature: Open the edit menu when a block is docked
Scenario: Open the action menu with a block docked
Given the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
And the following "courses" exist:
| fullname | shortname | format |
| Course 1 | C1 | weeks |
diff --git a/course/tests/behat/activities_group_icons.feature b/course/tests/behat/activities_group_icons.feature
index 35dbee9162b..af30500e7af 100644
--- a/course/tests/behat/activities_group_icons.feature
+++ b/course/tests/behat/activities_group_icons.feature
@@ -8,7 +8,7 @@ Feature: Toggle activities groups mode from the course page
Scenario: Groups mode toggle with javascript enabled
Given the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
And the following "courses" exist:
| fullname | shortname | format |
| Course 1 | C1 | topics |
diff --git a/course/tests/behat/activities_indentation.feature b/course/tests/behat/activities_indentation.feature
index 7100a80eea4..ded5b0ec551 100644
--- a/course/tests/behat/activities_indentation.feature
+++ b/course/tests/behat/activities_indentation.feature
@@ -8,8 +8,8 @@ Feature: Indent items on the course page
Scenario: Indent course items with Javascript enabled
Given the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
- | student1 | Student | 1 | student1@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
+ | student1 | Student | 1 | student1@example.com |
And the following "courses" exist:
| fullname | shortname | format |
| Course 1 | C1 | weeks |
diff --git a/course/tests/behat/activities_visibility_icons.feature b/course/tests/behat/activities_visibility_icons.feature
index ef7195e1cb4..b9af5b12a46 100644
--- a/course/tests/behat/activities_visibility_icons.feature
+++ b/course/tests/behat/activities_visibility_icons.feature
@@ -8,8 +8,8 @@ Feature: Toggle activities visibility from the course page
Scenario: Hide/Show toggle with javascript enabled
Given the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
- | student1 | Student | 1 | student1@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
+ | student1 | Student | 1 | student1@example.com |
And the following "courses" exist:
| fullname | shortname | format |
| Course 1 | C1 | topics |
@@ -44,7 +44,7 @@ Feature: Toggle activities visibility from the course page
Scenario: Activities can be shown and hidden inside a hidden section
Given the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
And the following "courses" exist:
| fullname | shortname | format | numsections |
| Course 1 | C1 | topics | 2 |
@@ -71,7 +71,7 @@ Feature: Toggle activities visibility from the course page
Scenario: Activities can be shown and hidden inside an orphaned section
Given the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
And the following "courses" exist:
| fullname | shortname | format | numsections |
| Course 1 | C1 | topics | 2 |
diff --git a/course/tests/behat/add_activities.feature b/course/tests/behat/add_activities.feature
index 1bde7538e74..3afab2f6a29 100644
--- a/course/tests/behat/add_activities.feature
+++ b/course/tests/behat/add_activities.feature
@@ -7,8 +7,8 @@ Feature: Add activities to courses
Background:
Given the following "users" exist:
| username | firstname | lastname | email |
- | student1 | Student | 1 | student1@asd.com |
- | student2 | Student | 2 | student2@asd.com |
+ | student1 | Student | 1 | student1@example.com |
+ | student2 | Student | 2 | student2@example.com |
And the following "courses" exist:
| fullname | shortname | format |
| Course 1 | C1 | topics |
diff --git a/course/tests/behat/course_controls.feature b/course/tests/behat/course_controls.feature
index d1e4defeffd..8ce44783111 100644
--- a/course/tests/behat/course_controls.feature
+++ b/course/tests/behat/course_controls.feature
@@ -19,7 +19,7 @@ Feature: Course activity controls works as expected
Scenario Outline: General activities course controls using topics and weeks formats, and paged mode and not paged mode works as expected
Given the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
And the following "courses" exist:
| fullname | shortname | format | coursedisplay | numsections |
| Course 1 | C1 | | | 5 |
@@ -99,7 +99,7 @@ Feature: Course activity controls works as expected
Scenario Outline: General activities course controls using topics and weeks formats, and paged mode and not paged mode works as expected
Given the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
And the following "courses" exist:
| fullname | shortname | format | coursedisplay | numsections |
| Course 1 | C1 | | | 5 |
diff --git a/course/tests/behat/course_creation.feature b/course/tests/behat/course_creation.feature
index 668a50dd528..42bd8f29699 100644
--- a/course/tests/behat/course_creation.feature
+++ b/course/tests/behat/course_creation.feature
@@ -8,8 +8,8 @@ Feature: Managers can create courses
Scenario: Courses are created with the default forum and blocks
Given the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
- | student1 | Student | 1 | student1@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
+ | student1 | Student | 1 | student1@example.com |
And I log in as "admin"
And I create a course with:
| Course full name | Course 1 |
diff --git a/course/tests/behat/edit_settings.feature b/course/tests/behat/edit_settings.feature
index 11e0f09ff1a..e481a33f198 100644
--- a/course/tests/behat/edit_settings.feature
+++ b/course/tests/behat/edit_settings.feature
@@ -8,7 +8,7 @@ Feature: Edit course settings
Scenario: Edit course settings
Given the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
And the following "courses" exist:
| fullname | shortname | summary | format |
| Course 1 | C1 | Course summary
| topics |
diff --git a/course/tests/behat/force_group_mode.feature b/course/tests/behat/force_group_mode.feature
index 73fe95e0bdd..b65df27d4e6 100644
--- a/course/tests/behat/force_group_mode.feature
+++ b/course/tests/behat/force_group_mode.feature
@@ -7,7 +7,7 @@ Feature: Force group mode in a course
Background:
Given the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
And the following "courses" exist:
| fullname | shortname | category |
| Course 1 | C1 | 0 |
diff --git a/course/tests/behat/max_number_sections.feature b/course/tests/behat/max_number_sections.feature
index d3e7e55e282..8e05e5043c8 100644
--- a/course/tests/behat/max_number_sections.feature
+++ b/course/tests/behat/max_number_sections.feature
@@ -7,7 +7,7 @@ Feature: The maximum number of weeks/topics in a course can be configured
Background:
Given the following "users" exist:
| username | firstname | lastname | email |
- | manager1 | Manager | 1 | manager1@asd.com |
+ | manager1 | Manager | 1 | manager1@example.com |
And the following "system role assigns" exist:
| user | course | role |
| manager1 | Acceptance test site | manager |
diff --git a/course/tests/behat/move_activities.feature b/course/tests/behat/move_activities.feature
index 9dd8fc1c886..dc8eef89d82 100644
--- a/course/tests/behat/move_activities.feature
+++ b/course/tests/behat/move_activities.feature
@@ -7,7 +7,7 @@ Feature: Activities can be moved between sections
Background:
Given the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
And the following "courses" exist:
| fullname | shortname | format | coursedisplay | numsections |
| Course 1 | C1 | topics | 0 | 5 |
diff --git a/course/tests/behat/move_sections.feature b/course/tests/behat/move_sections.feature
index bc205d940db..c993a3eed0e 100644
--- a/course/tests/behat/move_sections.feature
+++ b/course/tests/behat/move_sections.feature
@@ -7,7 +7,7 @@ Feature: Sections can be moved
Background:
Given the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
And the following "courses" exist:
| fullname | shortname | format | coursedisplay | numsections |
| Course 1 | C1 | topics | 0 | 5 |
diff --git a/course/tests/behat/rename_roles.feature b/course/tests/behat/rename_roles.feature
index 082242cea0c..a26b8d9fee7 100644
--- a/course/tests/behat/rename_roles.feature
+++ b/course/tests/behat/rename_roles.feature
@@ -8,9 +8,9 @@ Feature: Rename roles within a course
Scenario: Rename roles within a course
Given the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
- | teacher2 | Teacher | 2 | teacher2@asd.com |
- | student1 | Student | 1 | student1@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
+ | teacher2 | Teacher | 2 | teacher2@example.com |
+ | student1 | Student | 1 | student1@example.com |
And the following "courses" exist:
| fullname | shortname | format |
| Course 1 | C1 | topics |
diff --git a/course/tests/behat/restrict_available_activities.feature b/course/tests/behat/restrict_available_activities.feature
index 9a4f11b0b23..74109f57c34 100644
--- a/course/tests/behat/restrict_available_activities.feature
+++ b/course/tests/behat/restrict_available_activities.feature
@@ -7,7 +7,7 @@ Feature: Restrict activities availability
Background:
Given the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
And the following "courses" exist:
| fullname | shortname | category | format |
| Course 1 | C1 | 0 | topics |
diff --git a/course/tests/behat/section_highlighting.feature b/course/tests/behat/section_highlighting.feature
index 82c35e6aed2..eae3c3234f3 100644
--- a/course/tests/behat/section_highlighting.feature
+++ b/course/tests/behat/section_highlighting.feature
@@ -8,8 +8,8 @@ Feature: Topic's course sections highlighting
Scenario Outline: Highlight a topic's course section with course paged mode and without it
Given the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
- | student1 | Student | 1 | student1@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
+ | student1 | Student | 1 | student1@example.com |
And the following "courses" exist:
| fullname | shortname | format | coursedisplay |
| Course 1 | C1 | topics | |
diff --git a/course/tests/behat/section_visibility.feature b/course/tests/behat/section_visibility.feature
index 333357fa5da..f1360eb9fcd 100644
--- a/course/tests/behat/section_visibility.feature
+++ b/course/tests/behat/section_visibility.feature
@@ -8,8 +8,8 @@ Feature: Show/hide course sections
Scenario: Show / hide section icon functions correctly
Given the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
- | student1 | Student | 1 | student1@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
+ | student1 | Student | 1 | student1@example.com |
And the following "courses" exist:
| fullname | shortname | format |
| Course 1 | C1 | topics |
diff --git a/course/tests/behat/view_subfolders_inline.feature b/course/tests/behat/view_subfolders_inline.feature
index fd7eac60019..886ab7ad3f1 100644
--- a/course/tests/behat/view_subfolders_inline.feature
+++ b/course/tests/behat/view_subfolders_inline.feature
@@ -7,7 +7,7 @@ Feature: View subfolders in a course in-line
Background:
Given the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
And the following "courses" exist:
| fullname | shortname | format | coursedisplay | numsections |
| Course 1 | C1 | topics | 0 | 5 |
diff --git a/course/tests/externallib_test.php b/course/tests/externallib_test.php
index 6327667466f..cee87ed00ab 100644
--- a/course/tests/externallib_test.php
+++ b/course/tests/externallib_test.php
@@ -468,7 +468,7 @@ class core_course_externallib_testcase extends externallib_advanced_testcase {
// Admin can delete a course.
$this->setAdminUser();
// Validate_context() will fail as the email is not set by $this->setAdminUser().
- $USER->email = 'emailtopass@contextvalidation.me';
+ $USER->email = 'emailtopass@example.com';
$course1 = self::getDataGenerator()->create_course();
$course2 = self::getDataGenerator()->create_course();
@@ -1044,7 +1044,7 @@ class core_course_externallib_testcase extends externallib_advanced_testcase {
// Setup the user to run the operation (ugly hack because validate_context() will
// fail as the email is not set by $this->setAdminUser()).
$this->setAdminUser();
- $USER->email = 'emailtopass@contextvalidation.me';
+ $USER->email = 'emailtopass@example.com';
// Import from course1 to course2.
core_course_external::import_course($course1->id, $course2->id, 0);
@@ -1094,7 +1094,7 @@ class core_course_externallib_testcase extends externallib_advanced_testcase {
// Setup the user to run the operation (ugly hack because validate_context() will
// fail as the email is not set by $this->setAdminUser()).
$this->setAdminUser();
- $USER->email = 'emailtopass@contextvalidation.me';
+ $USER->email = 'emailtopass@example.com';
// Import from course1 to course2 without deleting content.
core_course_external::import_course($course1->id, $course2->id, 0);
@@ -1140,7 +1140,7 @@ class core_course_externallib_testcase extends externallib_advanced_testcase {
// Setup the user to run the operation (ugly hack because validate_context() will
// fail as the email is not set by $this->setAdminUser()).
$this->setAdminUser();
- $USER->email = 'emailtopass@contextvalidation.me';
+ $USER->email = 'emailtopass@example.com';
// Import from course1 to course2 without deleting content, but excluding
// activities.
@@ -1185,7 +1185,7 @@ class core_course_externallib_testcase extends externallib_advanced_testcase {
// Setup the user to run the operation (ugly hack because validate_context() will
// fail as the email is not set by $this->setAdminUser()).
$this->setAdminUser();
- $USER->email = 'emailtopass@contextvalidation.me';
+ $USER->email = 'emailtopass@example.com';
// Import from course1 to course2, deleting content.
core_course_external::import_course($course1->id, $course2->id, 1);
diff --git a/enrol/guest/tests/behat/guest_access.feature b/enrol/guest/tests/behat/guest_access.feature
index 1b8488efa6f..ff5e780ce50 100644
--- a/enrol/guest/tests/behat/guest_access.feature
+++ b/enrol/guest/tests/behat/guest_access.feature
@@ -7,8 +7,8 @@ Feature: Guest users can auto-enrol themself in courses where guest access is al
Background:
Given the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
- | student1 | Student | 1 | student1@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
+ | student1 | Student | 1 | student1@example.com |
And the following "courses" exist:
| fullname | shortname | format |
| Course 1 | C1 | topics |
diff --git a/enrol/imsenterprise/tests/imsenterprise_test.php b/enrol/imsenterprise/tests/imsenterprise_test.php
index a86006ee94f..e76bef48fac 100644
--- a/enrol/imsenterprise/tests/imsenterprise_test.php
+++ b/enrol/imsenterprise/tests/imsenterprise_test.php
@@ -97,7 +97,7 @@ class enrol_imsenterprise_testcase extends advanced_testcase {
$user1 = new StdClass();
$user1->username = 'u1';
- $user1->email = 'u1@u1.org';
+ $user1->email = 'u1@example.com';
$user1->firstname = 'U';
$user1->lastname = '1';
diff --git a/enrol/self/tests/behat/self_enrolment.feature b/enrol/self/tests/behat/self_enrolment.feature
index 07155446aa3..a08f3bd541a 100644
--- a/enrol/self/tests/behat/self_enrolment.feature
+++ b/enrol/self/tests/behat/self_enrolment.feature
@@ -7,8 +7,8 @@ Feature: Users can auto-enrol themself in courses where self enrolment is allowe
Background:
Given the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
- | student1 | Student | 1 | student1@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
+ | student1 | Student | 1 | student1@example.com |
And the following "courses" exist:
| fullname | shortname | format |
| Course 1 | C1 | topics |
diff --git a/files/tests/externallib_test.php b/files/tests/externallib_test.php
index 0ebff4dc0be..485c87809ad 100644
--- a/files/tests/externallib_test.php
+++ b/files/tests/externallib_test.php
@@ -191,7 +191,7 @@ class core_files_externallib_testcase extends advanced_testcase {
// Set the current user to be the administrator.
$this->setAdminUser();
- $USER->email = 'test@moodle.com';
+ $USER->email = 'test@example.com';
// Create a course.
$course = $this->getDataGenerator()->create_course();
diff --git a/grade/grading/form/rubric/tests/behat/edit_rubric.feature b/grade/grading/form/rubric/tests/behat/edit_rubric.feature
index 208af15bd85..e6996837efc 100644
--- a/grade/grading/form/rubric/tests/behat/edit_rubric.feature
+++ b/grade/grading/form/rubric/tests/behat/edit_rubric.feature
@@ -7,8 +7,8 @@ Feature: Rubrics can be created and edited
Background:
Given the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
- | student1 | Student | 1 | student1@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
+ | student1 | Student | 1 | student1@example.com |
And the following "courses" exist:
| fullname | shortname | format |
| Course 1 | C1 | topics |
diff --git a/grade/grading/form/rubric/tests/behat/publish_rubric_templates.feature b/grade/grading/form/rubric/tests/behat/publish_rubric_templates.feature
index 726a34a9d69..365649d209d 100644
--- a/grade/grading/form/rubric/tests/behat/publish_rubric_templates.feature
+++ b/grade/grading/form/rubric/tests/behat/publish_rubric_templates.feature
@@ -7,8 +7,8 @@ Feature: Publish rubrics as templates
Background:
Given the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
- | manager1 | Manager | 1 | manager1@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
+ | manager1 | Manager | 1 | manager1@example.com |
And the following "courses" exist:
| fullname | shortname | format |
| Course 1 | C1 | topics |
diff --git a/grade/grading/form/rubric/tests/behat/reuse_own_rubrics.feature b/grade/grading/form/rubric/tests/behat/reuse_own_rubrics.feature
index 00a6419ac4a..7b23e70ed2b 100644
--- a/grade/grading/form/rubric/tests/behat/reuse_own_rubrics.feature
+++ b/grade/grading/form/rubric/tests/behat/reuse_own_rubrics.feature
@@ -7,7 +7,7 @@ Feature: Reuse my rubrics in other activities
Background:
Given the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
And the following "courses" exist:
| fullname | shortname | format |
| Course 1 | C1 | topics |
diff --git a/grade/tests/behat/grade_aggregation.feature b/grade/tests/behat/grade_aggregation.feature
index 0c554d1603a..f1475392129 100644
--- a/grade/tests/behat/grade_aggregation.feature
+++ b/grade/tests/behat/grade_aggregation.feature
@@ -10,8 +10,8 @@ Feature: We can use calculated grade totals
| Course 1 | C1 | 0 | 1 |
And the following "users" exist:
| username | firstname | lastname | email | idnumber |
- | teacher1 | Teacher | 1 | teacher1@asd.com | t1 |
- | student1 | Student | 1 | student1@asd.com | s1 |
+ | teacher1 | Teacher | 1 | teacher1@example.com | t1 |
+ | student1 | Student | 1 | student1@example.com | s1 |
And the following "course enrolments" exist:
| user | course | role |
| teacher1 | C1 | editingteacher |
diff --git a/grade/tests/behat/grade_override_letter.feature b/grade/tests/behat/grade_override_letter.feature
index 56ed1836274..63017dde6f6 100644
--- a/grade/tests/behat/grade_override_letter.feature
+++ b/grade/tests/behat/grade_override_letter.feature
@@ -10,7 +10,7 @@ Feature: Grade letters can be overridden
| Course 1 | C1 |
And the following "users" exist:
| username | firstname | lastname | email | idnumber |
- | teacher1 | Teacher | 1 | teacher1@asd.com | t1 |
+ | teacher1 | Teacher | 1 | teacher1@example.com | t1 |
And the following "course enrolments" exist:
| user | course | role |
| teacher1 | C1 | editingteacher |
diff --git a/grade/tests/behat/grade_scales.feature b/grade/tests/behat/grade_scales.feature
index 9deca6402c8..f09c08d9b5c 100644
--- a/grade/tests/behat/grade_scales.feature
+++ b/grade/tests/behat/grade_scales.feature
@@ -21,12 +21,12 @@ Feature: View gradebook when scales are used
| Course 1 | C1 |
And the following "users" exist:
| username | firstname | lastname | email | idnumber |
- | teacher1 | Teacher | 1 | teacher1@asd.com | t1 |
- | student1 | Student | 1 | student1@asd.com | s1 |
- | student2 | Student | 2 | student2@asd.com | s2 |
- | student3 | Student | 3 | student3@asd.com | s3 |
- | student4 | Student | 4 | student4@asd.com | s4 |
- | student5 | Student | 5 | student5@asd.com | s5 |
+ | teacher1 | Teacher | 1 | teacher1@example.com | t1 |
+ | student1 | Student | 1 | student1@example.com | s1 |
+ | student2 | Student | 2 | student2@example.com | s2 |
+ | student3 | Student | 3 | student3@example.com | s3 |
+ | student4 | Student | 4 | student4@example.com | s4 |
+ | student5 | Student | 5 | student5@example.com | s5 |
And the following "course enrolments" exist:
| user | course | role |
| teacher1 | C1 | editingteacher |
diff --git a/grade/tests/behat/grade_view.feature b/grade/tests/behat/grade_view.feature
index 59bb3b8fa15..15cef7861d2 100644
--- a/grade/tests/behat/grade_view.feature
+++ b/grade/tests/behat/grade_view.feature
@@ -11,8 +11,8 @@ Feature: We can enter in grades and view reports from the gradebook
| Course 1 | C1 | topics |
And the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
- | student1 | Student | 1 | student1@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
+ | student1 | Student | 1 | student1@example.com |
And the following "course enrolments" exist:
| user | course | role |
| teacher1 | C1 | editingteacher |
diff --git a/group/tests/behat/auto_creation.feature b/group/tests/behat/auto_creation.feature
index a49d13f76ad..be2425154c4 100644
--- a/group/tests/behat/auto_creation.feature
+++ b/group/tests/behat/auto_creation.feature
@@ -10,17 +10,17 @@ Feature: Automatic creation of groups
| Course 1 | C1 | 0 |
And the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
- | student0 | Student | 0 | student0@asd.com |
- | student1 | Student | 1 | student1@asd.com |
- | student2 | Student | 2 | student2@asd.com |
- | student3 | Student | 3 | student3@asd.com |
- | student4 | Student | 4 | student4@asd.com |
- | student5 | Student | 5 | student5@asd.com |
- | student6 | Student | 6 | student6@asd.com |
- | student7 | Student | 7 | student7@asd.com |
- | student8 | Student | 8 | student8@asd.com |
- | student9 | Student | 9 | student9@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
+ | student0 | Student | 0 | student0@example.com |
+ | student1 | Student | 1 | student1@example.com |
+ | student2 | Student | 2 | student2@example.com |
+ | student3 | Student | 3 | student3@example.com |
+ | student4 | Student | 4 | student4@example.com |
+ | student5 | Student | 5 | student5@example.com |
+ | student6 | Student | 6 | student6@example.com |
+ | student7 | Student | 7 | student7@example.com |
+ | student8 | Student | 8 | student8@example.com |
+ | student9 | Student | 9 | student9@example.com |
And the following "course enrolments" exist:
| user | course | role |
| teacher1 | C1 | editingteacher |
diff --git a/group/tests/behat/behat_groups.php b/group/tests/behat/behat_groups.php
index 625a9a1668d..efe43745f04 100644
--- a/group/tests/behat/behat_groups.php
+++ b/group/tests/behat/behat_groups.php
@@ -40,7 +40,8 @@ use Behat\Mink\Exception\ElementNotFoundException as ElementNotFoundException;
class behat_groups extends behat_base {
/**
- * Add the specified user to the group. You should be in the groups page when running this step. The user should be specified like "Firstname Lastname (user@email.com)".
+ * Add the specified user to the group. You should be in the groups page when running this step.
+ * The user should be specified like "Firstname Lastname (user@example.com)".
*
* @Given /^I add "(?P(?:[^"]|\\")*)" user to "(?P(?:[^"]|\\")*)" group members$/
* @throws ElementNotFoundException Thrown by behat_base::find
diff --git a/group/tests/behat/create_groups.feature b/group/tests/behat/create_groups.feature
index 466b7d48668..263abb7ac34 100644
--- a/group/tests/behat/create_groups.feature
+++ b/group/tests/behat/create_groups.feature
@@ -11,11 +11,11 @@ Feature: Organize students into groups
| Course 1 | C1 | 0 | 1 |
And the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
- | student0 | Student | 0 | student0@asd.com |
- | student1 | Student | 1 | student1@asd.com |
- | student2 | Student | 2 | student2@asd.com |
- | student3 | Student | 3 | student3@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
+ | student0 | Student | 0 | student0@example.com |
+ | student1 | Student | 1 | student1@example.com |
+ | student2 | Student | 2 | student2@example.com |
+ | student3 | Student | 3 | student3@example.com |
And the following "course enrolments" exist:
| user | course | role |
| teacher1 | C1 | editingteacher |
@@ -35,10 +35,10 @@ Feature: Organize students into groups
And I set the following fields to these values:
| Group name | Group 2 |
And I press "Save changes"
- When I add "Student 0 (student0@asd.com)" user to "Group 1" group members
- And I add "Student 1 (student1@asd.com)" user to "Group 1" group members
- And I add "Student 2 (student2@asd.com)" user to "Group 2" group members
- And I add "Student 3 (student3@asd.com)" user to "Group 2" group members
+ When I add "Student 0 (student0@example.com)" user to "Group 1" group members
+ And I add "Student 1 (student1@example.com)" user to "Group 1" group members
+ And I add "Student 2 (student2@example.com)" user to "Group 2" group members
+ And I add "Student 3 (student3@example.com)" user to "Group 2" group members
Then I set the field "groups" to "Group 1 (2)"
And the "members" select box should contain "Student 0"
And the "members" select box should contain "Student 1"
@@ -64,7 +64,7 @@ Feature: Organize students into groups
| Course 1 | C1 | 0 | 1 |
And the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
And the following "course enrolments" exist:
| user | course | role |
| teacher1 | C1 | editingteacher |
diff --git a/group/tests/behat/delete_groups.feature b/group/tests/behat/delete_groups.feature
index d2d9c17e3af..41158de0294 100644
--- a/group/tests/behat/delete_groups.feature
+++ b/group/tests/behat/delete_groups.feature
@@ -10,7 +10,7 @@ Feature: Automatic deletion of groups and groupings
| Course 1 | C1 | topics |
And the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
And the following "course enrolments" exist:
| user | course | role |
| teacher1 | C1 | editingteacher |
diff --git a/group/tests/behat/groups_import.feature b/group/tests/behat/groups_import.feature
index 08c0c5517d1..c9cc265df4c 100644
--- a/group/tests/behat/groups_import.feature
+++ b/group/tests/behat/groups_import.feature
@@ -10,7 +10,7 @@ Feature: Importing of groups and groupings
| Course 1 | C1 | 0 |
And the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
And the following "course enrolments" exist:
| user | course | role |
| teacher1 | C1 | editingteacher |
diff --git a/group/tests/behat/id_uniqueness.feature b/group/tests/behat/id_uniqueness.feature
index 21ae676a48f..f17a5867c9b 100644
--- a/group/tests/behat/id_uniqueness.feature
+++ b/group/tests/behat/id_uniqueness.feature
@@ -10,7 +10,7 @@ Feature: Uniqueness of Group ID number
| Course 1 | C1 | 0 |
And the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
And the following "course enrolments" exist:
| user | course | role |
| teacher1 | C1 | editingteacher |
diff --git a/group/tests/behat/update_groups.feature b/group/tests/behat/update_groups.feature
index 66e19206768..3779fc748e6 100644
--- a/group/tests/behat/update_groups.feature
+++ b/group/tests/behat/update_groups.feature
@@ -10,7 +10,7 @@ Feature: Automatic updating of groups and groupings
| Course 1 | C1 | topics |
And the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
And the following "course enrolments" exist:
| user | course | role |
| teacher1 | C1 | editingteacher |
diff --git a/lib/behat/classes/util.php b/lib/behat/classes/util.php
index ee1f112a102..e9b64ee08de 100644
--- a/lib/behat/classes/util.php
+++ b/lib/behat/classes/util.php
@@ -94,7 +94,7 @@ class behat_util extends testing_util {
// Update admin user info.
$user = $DB->get_record('user', array('username' => 'admin'));
- $user->email = 'moodle@moodlemoodle.com';
+ $user->email = 'moodle@example.com';
$user->firstname = 'Admin';
$user->lastname = 'User';
$user->city = 'Perth';
diff --git a/lib/tests/datalib_test.php b/lib/tests/datalib_test.php
index be9385b0abe..0a4a6b7a823 100644
--- a/lib/tests/datalib_test.php
+++ b/lib/tests/datalib_test.php
@@ -56,7 +56,7 @@ class core_datalib_testcase extends advanced_testcase {
'idnumber' => 'idnumbertest1',
'firstname' => 'First Name User Test 1',
'lastname' => 'Last Name User Test 1',
- 'email' => 'usertest1@email.com',
+ 'email' => 'usertest1@example.com',
'address' => '2 Test Street Perth 6000 WA',
'phone1' => '01010101010',
'phone2' => '02020203',
@@ -79,7 +79,7 @@ class core_datalib_testcase extends advanced_testcase {
'idnumber' => 'idnumbertest2',
'firstname' => 'First Name User Test 2',
'lastname' => 'Last Name User Test 2',
- 'email' => 'usertest2@email.com',
+ 'email' => 'usertest2@example.com',
'address' => '222 Test Street Perth 6000 WA',
'phone1' => '01010101010',
'phone2' => '02020203',
diff --git a/lib/tests/fixtures/google_gmail.ics b/lib/tests/fixtures/google_gmail.ics
index e9d7d080502..b1983a6e72f 100644
--- a/lib/tests/fixtures/google_gmail.ics
+++ b/lib/tests/fixtures/google_gmail.ics
@@ -7,7 +7,7 @@ BEGIN:VEVENT
DTSTART:20141028T213000Z
DTEND:20141028T223000Z
DTSTAMP:20141028T211302Z
-ORGANIZER;CN=John Smith:mailto:john.smith@gmail.com
+ORGANIZER;CN=John Smith:mailto:john.smith@example.com
UID:hjlv3v1lcerpi629s5gpfuijk0@google.com
CREATED:20141028T210927Z
DESCRIPTION:Lorem ipsum dolor sit amet\, consectetur adipisicing elit.
diff --git a/lib/tests/fixtures/upload_users.csv b/lib/tests/fixtures/upload_users.csv
index f2280981790..3646d0c0077 100644
--- a/lib/tests/fixtures/upload_users.csv
+++ b/lib/tests/fixtures/upload_users.csv
@@ -1,3 +1,3 @@
username,password,firstname,lastname,email,course1,group1
-jonest,verysecret,Tom,Jones,jonest@someplace.edu,math102,Section 1
-reznor,somesecret,Trent,Reznor,reznor@someplace.edu,math102,Section 3
+jonest,verysecret,Tom,Jones,jonest@example.com,math102,Section 1
+reznor,somesecret,Trent,Reznor,reznor@example.com,math102,Section 3
diff --git a/lib/tests/ldaplib_test.php b/lib/tests/ldaplib_test.php
index 21ab2544771..08643331b02 100644
--- a/lib/tests/ldaplib_test.php
+++ b/lib/tests/ldaplib_test.php
@@ -64,8 +64,8 @@ class core_ldaplib_testcase extends advanced_testcase {
'expected' => 'James\\20\\22Jim\22\\20\\3d\\20Smith\\2c\\20III',
),
array (
- 'test' => ' ',
- 'expected' => '\\20\\20\\3cjsmith@test.local\\3e\\20',
+ 'test' => ' ',
+ 'expected' => '\\20\\20\\3cjsmith@example.com\\3e\\20',
),
);
@@ -149,12 +149,12 @@ class core_ldaplib_testcase extends advanced_testcase {
'expected' => 'James "Jim" = Smith, III',
),
array (
- 'test' => '\\20\\20\\3cjsmith@test.local\\3e\\20',
- 'expected' => ' ',
+ 'test' => '\\20\\20\\3cjsmith@example.com\\3e\\20',
+ 'expected' => ' ',
),
array (
- 'test' => '\\ \\\\ ',
- 'expected' => ' ',
+ 'test' => '\\ \\\\ ',
+ 'expected' => ' ',
),
array (
'test' => 'Lu\\C4\\8Di\\C4\\87',
diff --git a/lib/tests/moodlelib_test.php b/lib/tests/moodlelib_test.php
index fe1d6d60113..8b4a52d8b81 100644
--- a/lib/tests/moodlelib_test.php
+++ b/lib/tests/moodlelib_test.php
@@ -2724,7 +2724,7 @@ class core_moodlelib_testcase extends advanced_testcase {
$userinfo->authormiddlename = '';
$userinfo->authorpicture = 23;
$userinfo->authorimagealt = 'Michael Jordan draining another basket.';
- $userinfo->authoremail = 'test@testing.net';
+ $userinfo->authoremail = 'test@example.com';
// Return an object with user picture information.
@@ -2740,7 +2740,7 @@ class core_moodlelib_testcase extends advanced_testcase {
$expectedarray->lastnamephonetic = 'カンベッル';
$expectedarray->middlename = '';
$expectedarray->alternatename = '';
- $expectedarray->email = 'test@testing.net';
+ $expectedarray->email = 'test@example.com';
$expectedarray->picture = 23;
$expectedarray->imagealt = 'Michael Jordan draining another basket.';
$this->assertEquals($user, $expectedarray);
diff --git a/lib/tests/user_test.php b/lib/tests/user_test.php
index a0d2e68bf74..1a8acdef43e 100644
--- a/lib/tests/user_test.php
+++ b/lib/tests/user_test.php
@@ -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));
diff --git a/message/tests/behat/block_users.feature b/message/tests/behat/block_users.feature
index 85bc317afa8..0fb808c3653 100644
--- a/message/tests/behat/block_users.feature
+++ b/message/tests/behat/block_users.feature
@@ -8,8 +8,8 @@ Feature: Block users from contacting me
Scenario: Block users from contacting me with Javascript enabled
Given the following "users" exist:
| username | firstname | lastname | email |
- | user1 | User | One | one@asd.com |
- | user2 | User | Two | two@asd.com |
+ | user1 | User | One | one@example.com |
+ | user2 | User | Two | two@example.com |
And I log in as "user1"
And I expand "My profile" node
And I follow "Messages"
diff --git a/message/tests/behat/display_history.feature b/message/tests/behat/display_history.feature
index bf97b300848..209dcb05cf2 100644
--- a/message/tests/behat/display_history.feature
+++ b/message/tests/behat/display_history.feature
@@ -7,8 +7,8 @@ Feature: Message history displays correctly
Background:
Given the following "users" exist:
| username | firstname | lastname | email |
- | user1 | User | One | one@asd.com |
- | user2 | User | Two | two@asd.com |
+ | user1 | User | One | one@example.com |
+ | user2 | User | Two | two@example.com |
And I log in as "user1"
And I send "Message 1 from user1 to user2" message to "User Two" user
And I send "Message 2 from user1 to user2" message to "User Two" user
diff --git a/message/tests/behat/manage_contacts.feature b/message/tests/behat/manage_contacts.feature
index 9bb073f84f7..c223abf7e14 100644
--- a/message/tests/behat/manage_contacts.feature
+++ b/message/tests/behat/manage_contacts.feature
@@ -7,8 +7,8 @@ Feature: Manage contacts
Background:
Given the following "users" exist:
| username | firstname | lastname | email |
- | user1 | User | One | one@asd.com |
- | user2 | User | Two | two@asd.com |
+ | user1 | User | One | one@example.com |
+ | user2 | User | Two | two@example.com |
And I log in as "user1"
And I send "Message 1 from user1 to user2" message to "User Two" user
And I send "Message 2 from user1 to user2" message to "User Two" user
diff --git a/message/tests/behat/message_participants.feature b/message/tests/behat/message_participants.feature
index 3de5662ecc1..eba64d9d936 100644
--- a/message/tests/behat/message_participants.feature
+++ b/message/tests/behat/message_participants.feature
@@ -8,10 +8,10 @@ Feature: An user can message course participants
Scenario: An user can message multiple course participants including him/her self
Given the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
- | student1 | Student | 1 | student1@asd.com |
- | student2 | Student | 2 | student2@asd.com |
- | student3 | Student | 3 | student3@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
+ | student1 | Student | 1 | student1@example.com |
+ | student2 | Student | 2 | student2@example.com |
+ | student3 | Student | 3 | student3@example.com |
And the following "courses" exist:
| fullname | shortname | format |
| Course 1 | C1 | topics |
diff --git a/message/tests/behat/search_history.feature b/message/tests/behat/search_history.feature
index d0c72b6352f..e60a90209f1 100644
--- a/message/tests/behat/search_history.feature
+++ b/message/tests/behat/search_history.feature
@@ -7,8 +7,8 @@ Feature: Users can search their message history
Background:
Given the following "users" exist:
| username | firstname | lastname | email |
- | user1 | User | One | one@asd.com |
- | user2 | User | Two | two@asd.com |
+ | user1 | User | One | one@example.com |
+ | user2 | User | Two | two@example.com |
And I log in as "user1"
When I send "Give me your biscuits" message to "User Two" user
And I expand "My profile" node
diff --git a/mod/assign/feedback/editpdf/tests/behat/annotate_pdf.feature b/mod/assign/feedback/editpdf/tests/behat/annotate_pdf.feature
index b49f6807877..1b09bbeb6c8 100644
--- a/mod/assign/feedback/editpdf/tests/behat/annotate_pdf.feature
+++ b/mod/assign/feedback/editpdf/tests/behat/annotate_pdf.feature
@@ -12,8 +12,8 @@ Feature: In an assignment, teacher can annotate PDF files during grading
| Course 1 | C1 | 0 | 1 |
And the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
- | student1 | Student | 1 | student1@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
+ | student1 | Student | 1 | student1@example.com |
And the following "course enrolments" exist:
| user | course | role |
| teacher1 | C1 | editingteacher |
@@ -75,11 +75,11 @@ Feature: In an assignment, teacher can annotate PDF files during grading
| Course 1 | C1 | 0 | 1 |
And the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
- | student1 | Student | 1 | student1@asd.com |
- | student2 | Student | 2 | student2@asd.com |
- | student3 | Student | 3 | student3@asd.com |
- | student4 | Student | 4 | student4@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
+ | student1 | Student | 1 | student1@example.com |
+ | student2 | Student | 2 | student2@example.com |
+ | student3 | Student | 3 | student3@example.com |
+ | student4 | Student | 4 | student4@example.com |
And the following "course enrolments" exist:
| user | course | role |
| teacher1 | C1 | editingteacher |
diff --git a/mod/assign/tests/behat/allow_another_attempt.feature b/mod/assign/tests/behat/allow_another_attempt.feature
index 3fef74f32e6..246b147055d 100644
--- a/mod/assign/tests/behat/allow_another_attempt.feature
+++ b/mod/assign/tests/behat/allow_another_attempt.feature
@@ -11,8 +11,8 @@ Feature: In an assignment, students start a new attempt based on their previous
| Course 1 | C1 | 0 | 1 |
And the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
- | student1 | Student | 1 | student1@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
+ | student1 | Student | 1 | student1@example.com |
And the following "course enrolments" exist:
| user | course | role |
| teacher1 | C1 | editingteacher |
diff --git a/mod/assign/tests/behat/comment_inline.feature b/mod/assign/tests/behat/comment_inline.feature
index c5b042762bd..d63d098990c 100644
--- a/mod/assign/tests/behat/comment_inline.feature
+++ b/mod/assign/tests/behat/comment_inline.feature
@@ -11,8 +11,8 @@ Feature: In an assignment, teachers can edit a students submission inline
| Course 1 | C1 | 0 | 1 |
And the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
- | student1 | Student | 1 | student1@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
+ | student1 | Student | 1 | student1@example.com |
And the following "course enrolments" exist:
| user | course | role |
| teacher1 | C1 | editingteacher |
diff --git a/mod/assign/tests/behat/edit_previous_feedback.feature b/mod/assign/tests/behat/edit_previous_feedback.feature
index 3019a712ef6..e277c2516fe 100644
--- a/mod/assign/tests/behat/edit_previous_feedback.feature
+++ b/mod/assign/tests/behat/edit_previous_feedback.feature
@@ -11,9 +11,9 @@ Feature: In an assignment, teachers can edit feedback for a students previous su
| Course 1 | C1 | 0 | 1 |
And the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
- | student1 | Student | 1 | student1@asd.com |
- | student2 | Student | 2 | student2@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
+ | student1 | Student | 1 | student1@example.com |
+ | student2 | Student | 2 | student2@example.com |
And the following "course enrolments" exist:
| user | course | role |
| teacher1 | C1 | editingteacher |
diff --git a/mod/assign/tests/behat/file_submission.feature b/mod/assign/tests/behat/file_submission.feature
index dd4b5326cd2..74bf9cf2129 100644
--- a/mod/assign/tests/behat/file_submission.feature
+++ b/mod/assign/tests/behat/file_submission.feature
@@ -11,8 +11,8 @@ Feature: In an assignment, students can upload files for assessment
| Course 1 | C1 | 0 | 1 |
And the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
- | student1 | Student | 1 | student1@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
+ | student1 | Student | 1 | student1@example.com |
And the following "course enrolments" exist:
| user | course | role |
| teacher1 | C1 | editingteacher |
diff --git a/mod/assign/tests/behat/filter_by_marker.feature b/mod/assign/tests/behat/filter_by_marker.feature
index 48e95c956f7..dbdddfcb26f 100644
--- a/mod/assign/tests/behat/filter_by_marker.feature
+++ b/mod/assign/tests/behat/filter_by_marker.feature
@@ -11,10 +11,10 @@ Feature: In an assignment, teachers can filter displayed submissions by assigned
| Course 1 | C1 | 0 | 1 |
And the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
- | student1 | Student | 1 | student1@asd.com |
- | student2 | Student | 2 | student2@asd.com |
- | marker1 | Marker | 1 | marker1@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
+ | student1 | Student | 1 | student1@example.com |
+ | student2 | Student | 2 | student2@example.com |
+ | marker1 | Marker | 1 | marker1@example.com |
And the following "course enrolments" exist:
| user | course | role |
| teacher1 | C1 | editingteacher |
diff --git a/mod/assign/tests/behat/grading_status.feature b/mod/assign/tests/behat/grading_status.feature
index 410cfab554a..4551958275c 100644
--- a/mod/assign/tests/behat/grading_status.feature
+++ b/mod/assign/tests/behat/grading_status.feature
@@ -10,8 +10,8 @@ Feature: View the grading status of an assignment
| Course 1 | C1 | 0 | 1 |
And the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
- | student1 | Student | 1 | student1@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
+ | student1 | Student | 1 | student1@example.com |
And the following "course enrolments" exist:
| user | course | role |
| teacher1 | C1 | editingteacher |
diff --git a/mod/assign/tests/behat/group_submission.feature b/mod/assign/tests/behat/group_submission.feature
index 196bf97f4a7..6bca7a74335 100644
--- a/mod/assign/tests/behat/group_submission.feature
+++ b/mod/assign/tests/behat/group_submission.feature
@@ -11,11 +11,11 @@ Feature: Group assignment submissions
| Course 1 | C1 | 0 | 1 |
And the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
- | student0 | Student | 0 | student0@asd.com |
- | student1 | Student | 1 | student1@asd.com |
- | student2 | Student | 2 | student2@asd.com |
- | student3 | Student | 3 | student3@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
+ | student0 | Student | 0 | student0@example.com |
+ | student1 | Student | 1 | student1@example.com |
+ | student2 | Student | 2 | student2@example.com |
+ | student3 | Student | 3 | student3@example.com |
And the following "course enrolments" exist:
| user | course | role |
| teacher1 | C1 | editingteacher |
@@ -50,8 +50,8 @@ Feature: Group assignment submissions
And I press "Save changes"
And I expand "Users" node
And I follow "Groups"
- And I add "Student 0 (student0@asd.com)" user to "Group 1" group members
- And I add "Student 1 (student1@asd.com)" user to "Group 1" group members
+ And I add "Student 0 (student0@example.com)" user to "Group 1" group members
+ And I add "Student 1 (student1@example.com)" user to "Group 1" group members
And I follow "Course 1"
And I follow "Test assignment name"
And I follow "View/grade all submissions"
@@ -71,11 +71,11 @@ Feature: Group assignment submissions
| Course 1 | C1 | 0 | 1 |
And the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
- | student1 | Student | 1 | student1@asd.com |
- | student2 | Student | 2 | student2@asd.com |
- | student3 | Student | 3 | student3@asd.com |
- | student4 | Student | 4 | student4@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
+ | student1 | Student | 1 | student1@example.com |
+ | student2 | Student | 2 | student2@example.com |
+ | student3 | Student | 3 | student3@example.com |
+ | student4 | Student | 4 | student4@example.com |
And the following "course enrolments" exist:
| user | course | role |
| teacher1 | C1 | editingteacher |
diff --git a/mod/assign/tests/behat/online_submissions.feature b/mod/assign/tests/behat/online_submissions.feature
index 4e92519f818..08f58b20edc 100644
--- a/mod/assign/tests/behat/online_submissions.feature
+++ b/mod/assign/tests/behat/online_submissions.feature
@@ -11,8 +11,8 @@ Feature: In an assignment, students can add and edit text online
| Course 1 | C1 | 0 | 1 |
And the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
- | student1 | Student | 1 | student1@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
+ | student1 | Student | 1 | student1@example.com |
And the following "course enrolments" exist:
| user | course | role |
| teacher1 | C1 | editingteacher |
diff --git a/mod/assign/tests/behat/outcome_grading.feature b/mod/assign/tests/behat/outcome_grading.feature
index 92b80c4833d..4a2ef094d31 100644
--- a/mod/assign/tests/behat/outcome_grading.feature
+++ b/mod/assign/tests/behat/outcome_grading.feature
@@ -7,9 +7,9 @@ Feature: Outcome grading
Background:
Given the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
- | student0 | Student | 0 | student0@asd.com |
- | student1 | Student | 1 | student1@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
+ | student0 | Student | 0 | student0@example.com |
+ | student1 | Student | 1 | student1@example.com |
And the following "courses" exist:
| fullname | shortname | category | groupmode |
| Course 1 | C1 | 0 | 1 |
@@ -74,7 +74,7 @@ Feature: Outcome grading
Scenario: Giving an outcome to a group submission
Given the following "users" exist:
| username | firstname | lastname | email |
- | student2 | Student | 2 | student2@asd.com |
+ | student2 | Student | 2 | student2@example.com |
And the following "course enrolments" exist:
| user | course | role |
| student2 | C1 | student |
@@ -85,8 +85,8 @@ Feature: Outcome grading
And I follow "Course 1"
And I expand "Users" node
And I follow "Groups"
- And I add "Student 0 (student0@asd.com)" user to "Group 1" group members
- And I add "Student 1 (student1@asd.com)" user to "Group 1" group members
+ And I add "Student 0 (student0@example.com)" user to "Group 1" group members
+ And I add "Student 1 (student1@example.com)" user to "Group 1" group members
And I am on homepage
And I follow "Course 1"
And I turn editing mode on
diff --git a/mod/assign/tests/behat/prevent_submission_changes.feature b/mod/assign/tests/behat/prevent_submission_changes.feature
index 1b4a5b04fdc..f9b60c73429 100644
--- a/mod/assign/tests/behat/prevent_submission_changes.feature
+++ b/mod/assign/tests/behat/prevent_submission_changes.feature
@@ -10,9 +10,9 @@ Feature: Prevent or allow assignment submission changes
| Course 1 | C1 | 0 | 1 |
And the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
- | student1 | Student | 1 | student1@asd.com |
- | student2 | Student | 2 | student2@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
+ | student1 | Student | 1 | student1@example.com |
+ | student2 | Student | 2 | student2@example.com |
And the following "course enrolments" exist:
| user | course | role |
| teacher1 | C1 | editingteacher |
diff --git a/mod/assign/tests/behat/quickgrading.feature b/mod/assign/tests/behat/quickgrading.feature
index fa1f945edfd..1fcbe72c462 100644
--- a/mod/assign/tests/behat/quickgrading.feature
+++ b/mod/assign/tests/behat/quickgrading.feature
@@ -11,8 +11,8 @@ Feature: In an assignment, teachers grade multiple students on one page
| Course 1 | C1 | 0 | 1 |
And the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
- | student1 | Student | 1 | student1@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
+ | student1 | Student | 1 | student1@example.com |
And the following "course enrolments" exist:
| user | course | role |
| teacher1 | C1 | editingteacher |
@@ -50,9 +50,9 @@ Feature: In an assignment, teachers grade multiple students on one page
| Course 1 | C1 | 0 | 1 |
And the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
- | student1 | Student | 1 | student1@asd.com |
- | student2 | Student | 2 | student2@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
+ | student1 | Student | 1 | student1@example.com |
+ | student2 | Student | 2 | student2@example.com |
And the following "course enrolments" exist:
| user | course | role |
| teacher1 | C1 | editingteacher |
diff --git a/mod/assign/tests/behat/submission_comments.feature b/mod/assign/tests/behat/submission_comments.feature
index 6274fc56fbc..39b2ed8d2b8 100644
--- a/mod/assign/tests/behat/submission_comments.feature
+++ b/mod/assign/tests/behat/submission_comments.feature
@@ -10,8 +10,8 @@ Feature: In an assignment, students can comment in their submissions
| Course 1 | C1 | 0 | 1 |
And the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
- | student1 | Student | 1 | student1@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
+ | student1 | Student | 1 | student1@example.com |
And the following "course enrolments" exist:
| user | course | role |
| teacher1 | C1 | editingteacher |
diff --git a/mod/book/tests/behat/create_chapters.feature b/mod/book/tests/behat/create_chapters.feature
index 0cfeecb8264..60035f7147a 100644
--- a/mod/book/tests/behat/create_chapters.feature
+++ b/mod/book/tests/behat/create_chapters.feature
@@ -10,7 +10,7 @@ Feature: In a book, create chapters and sub chapters
| Course 1 | C1 | 0 | 1 |
And the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
And the following "course enrolments" exist:
| user | course | role |
| teacher1 | C1 | editingteacher |
diff --git a/mod/choice/tests/behat/add_choice.feature b/mod/choice/tests/behat/add_choice.feature
index bd0dbab3801..ee983ca064f 100644
--- a/mod/choice/tests/behat/add_choice.feature
+++ b/mod/choice/tests/behat/add_choice.feature
@@ -8,8 +8,8 @@ Feature: Add choice activity
Scenario: Add a choice activity and complete the activity as a student
Given the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
- | student1 | Student | 1 | student1@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
+ | student1 | Student | 1 | student1@example.com |
And the following "courses" exist:
| fullname | shortname | category |
| Course 1 | C1 | 0 |
diff --git a/mod/choice/tests/behat/block_editing.feature b/mod/choice/tests/behat/block_editing.feature
index 5ee5741ff99..e32831955ec 100644
--- a/mod/choice/tests/behat/block_editing.feature
+++ b/mod/choice/tests/behat/block_editing.feature
@@ -34,8 +34,8 @@ Feature: Add choice activity
Scenario: Add a choice activity as teacher and check blog menu block contain choice link.
Given the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
- | student1 | Student | 1 | student1@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
+ | student1 | Student | 1 | student1@example.com |
And the following "courses" exist:
| fullname | shortname | category |
| Course 1 | C1 | 0 |
@@ -67,7 +67,7 @@ Feature: Add choice activity
Scenario: Add a choice activity as teacher (with dual role) and check blog menu block contain choice link.
Given the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
And the following "courses" exist:
| fullname | shortname | category |
| Course 1 | C1 | 0 |
diff --git a/mod/choice/tests/behat/change_response.feature b/mod/choice/tests/behat/change_response.feature
index 5a02fac804b..c877d859195 100644
--- a/mod/choice/tests/behat/change_response.feature
+++ b/mod/choice/tests/behat/change_response.feature
@@ -8,8 +8,8 @@ Feature: Teacher can choose whether to allow students to change their choice res
Scenario: Add a choice activity and complete the activity as a student
Given the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
- | student1 | Student | 1 | student1@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
+ | student1 | Student | 1 | student1@example.com |
And the following "courses" exist:
| fullname | shortname | category |
| Course 1 | C1 | 0 |
diff --git a/mod/choice/tests/behat/limit_responses.feature b/mod/choice/tests/behat/limit_responses.feature
index 83167eadf5b..8356c56eabe 100644
--- a/mod/choice/tests/behat/limit_responses.feature
+++ b/mod/choice/tests/behat/limit_responses.feature
@@ -8,9 +8,9 @@ Feature: Limit choice responses
Scenario: Limit the number of responses allowed for a choice activity and verify the result as students
Given the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
- | student1 | Student | 1 | student1@asd.com |
- | student2 | Student | 2 | student2@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
+ | student1 | Student | 1 | student1@example.com |
+ | student2 | Student | 2 | student2@example.com |
And the following "courses" exist:
| fullname | shortname | category |
| Course 1 | C1 | 0 |
diff --git a/mod/choice/tests/behat/publish_results.feature b/mod/choice/tests/behat/publish_results.feature
index 57603804368..5ed1bb04897 100644
--- a/mod/choice/tests/behat/publish_results.feature
+++ b/mod/choice/tests/behat/publish_results.feature
@@ -7,8 +7,8 @@ Feature: A teacher can choose one of 4 options for publishing choice results
Background:
Given the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
- | student1 | Student | 1 | student1@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
+ | student1 | Student | 1 | student1@example.com |
And the following "courses" exist:
| fullname | shortname | category |
| Course 1 | C1 | 0 |
diff --git a/mod/choice/tests/behat/publish_results_anonymously.feature b/mod/choice/tests/behat/publish_results_anonymously.feature
index 0d7b5d10f1d..f195b0f8a3b 100644
--- a/mod/choice/tests/behat/publish_results_anonymously.feature
+++ b/mod/choice/tests/behat/publish_results_anonymously.feature
@@ -7,9 +7,9 @@ Feature: A teacher can choose whether to publish choice activity results anonymo
Background:
Given the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
- | student1 | Student | 1 | student1@asd.com |
- | student2 | Student | 2 | student2@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
+ | student1 | Student | 1 | student1@example.com |
+ | student2 | Student | 2 | student2@example.com |
And the following "courses" exist:
| fullname | shortname | category |
| Course 1 | C1 | 0 |
diff --git a/mod/data/tests/behat/add_entries.feature b/mod/data/tests/behat/add_entries.feature
index d8182f358f8..b467a7a9166 100644
--- a/mod/data/tests/behat/add_entries.feature
+++ b/mod/data/tests/behat/add_entries.feature
@@ -8,8 +8,8 @@ Feature: Users can add entries to database activities
Scenario: Students can add entries to a database
Given the following "users" exist:
| username | firstname | lastname | email |
- | student1 | Student | 1 | student1@asd.com |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
+ | student1 | Student | 1 | student1@example.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
And the following "courses" exist:
| fullname | shortname | category |
| Course 1 | C1 | 0 |
diff --git a/mod/data/tests/behat/view_entries.feature b/mod/data/tests/behat/view_entries.feature
index 833ce42e925..dfeeea55210 100644
--- a/mod/data/tests/behat/view_entries.feature
+++ b/mod/data/tests/behat/view_entries.feature
@@ -7,8 +7,8 @@ Feature: Users can view and search database entries
Scenario: Students can add view, list and search entries
Given the following "users" exist:
| username | firstname | lastname | email |
- | student1 | Student | 1 | student1@asd.com |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
+ | student1 | Student | 1 | student1@example.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
And the following "courses" exist:
| fullname | shortname | category |
| Course 1 | C1 | 0 |
diff --git a/mod/data/tests/fixtures/test_data_content.csv b/mod/data/tests/fixtures/test_data_content.csv
index d2891b2933a..ec4b36ed0cd 100644
--- a/mod/data/tests/fixtures/test_data_content.csv
+++ b/mod/data/tests/fixtures/test_data_content.csv
@@ -13,7 +13,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
12,12,1,YT,NULL,NULL,NULL,NULL
13,13,1,(06) 9404 7347,NULL,NULL,NULL,NULL
14,14,1,(06) 1005 1944,NULL,NULL,NULL,NULL
-15,15,1,Maecenas@ligulaAeneangravida.ca,NULL,NULL,NULL,NULL
+15,15,1,Maecenas@example.com,NULL,NULL,NULL,NULL
16,16,1,44771,NULL,NULL,NULL,NULL
17,17,1,H2252199,NULL,NULL,NULL,NULL
18,18,1,Safari,NULL,NULL,NULL,NULL
@@ -33,7 +33,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
32,12,2,AB,NULL,NULL,NULL,NULL
33,13,2,(04) 1472 1097,NULL,NULL,NULL,NULL
34,14,2,(06) 7312 6517,NULL,NULL,NULL,NULL
-35,15,2,adipiscing.lacus.Ut@sit.ca,NULL,NULL,NULL,NULL
+35,15,2,adipiscing.lacus.Ut@example.com,NULL,NULL,NULL,NULL
36,16,2,607398,NULL,NULL,NULL,NULL
37,17,2,T727721,NULL,NULL,NULL,NULL
38,18,2,Firefox,NULL,NULL,NULL,NULL
@@ -53,7 +53,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
52,12,3,NT,NULL,NULL,NULL,NULL
53,13,3,(05) 6465 9615,NULL,NULL,NULL,NULL
54,14,3,(06) 4743 22,NULL,NULL,NULL,NULL
-55,15,3,luctus.sit@ultricesa.com,NULL,NULL,NULL,NULL
+55,15,3,luctus.sit@example.com,NULL,NULL,NULL,NULL
56,16,3,15296,NULL,NULL,NULL,NULL
57,17,3,Z143440,NULL,NULL,NULL,NULL
58,18,3,Internet Explorer,NULL,NULL,NULL,NULL
@@ -73,7 +73,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
72,12,4,PE,NULL,NULL,NULL,NULL
73,13,4,(01) 84 3002,NULL,NULL,NULL,NULL
74,14,4,(00) 511 1633,NULL,NULL,NULL,NULL
-75,15,4,magna.Sed@tristique.edu,NULL,NULL,NULL,NULL
+75,15,4,magna.Sed@example.com,NULL,NULL,NULL,NULL
76,16,4,964251,NULL,NULL,NULL,NULL
77,17,4,N3416104,NULL,NULL,NULL,NULL
78,18,4,Opera,NULL,NULL,NULL,NULL
@@ -93,7 +93,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
92,12,5,NU,NULL,NULL,NULL,NULL
93,13,5,(02) 5233 3164,NULL,NULL,NULL,NULL
94,14,5,(07) 4113 5465,NULL,NULL,NULL,NULL
-95,15,5,Suspendisse.tristique@Inornaresagittis.com,NULL,NULL,NULL,NULL
+95,15,5,Suspendisse.tristique@example.com,NULL,NULL,NULL,NULL
96,16,5,341238,NULL,NULL,NULL,NULL
97,17,5,Y1436768,NULL,NULL,NULL,NULL
98,18,5,Firefox,NULL,NULL,NULL,NULL
@@ -113,7 +113,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
112,12,6,NT,NULL,NULL,NULL,NULL
113,13,6,(06) 916 3114,NULL,NULL,NULL,NULL
114,14,6,(09) 2142 5065,NULL,NULL,NULL,NULL
-115,15,6,commodo.tincidunt@aliquetsemut.ca,NULL,NULL,NULL,NULL
+115,15,6,commodo.tincidunt@example.com,NULL,NULL,NULL,NULL
116,16,6,63999,NULL,NULL,NULL,NULL
117,17,6,S6095452,NULL,NULL,NULL,NULL
118,18,6,Internet Explorer,NULL,NULL,NULL,NULL
@@ -133,7 +133,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
132,12,7,NS,NULL,NULL,NULL,NULL
133,13,7,(02) 7564 4771,NULL,NULL,NULL,NULL
134,14,7,(06) 100 1673,NULL,NULL,NULL,NULL
-135,15,7,ipsum@risusvariusorci.ca,NULL,NULL,NULL,NULL
+135,15,7,ipsum@example.com,NULL,NULL,NULL,NULL
136,16,7,151656,NULL,NULL,NULL,NULL
137,17,7,G1012374,NULL,NULL,NULL,NULL
138,18,7,Opera,NULL,NULL,NULL,NULL
@@ -153,7 +153,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
152,12,8,BC,NULL,NULL,NULL,NULL
153,13,8,(07) 1364 4952,NULL,NULL,NULL,NULL
154,14,8,(05) 5511 975,NULL,NULL,NULL,NULL
-155,15,8,nulla@auguescelerisque.org,NULL,NULL,NULL,NULL
+155,15,8,nulla@example.com,NULL,NULL,NULL,NULL
156,16,8,31696,NULL,NULL,NULL,NULL
157,17,8,B3123271,NULL,NULL,NULL,NULL
158,18,8,Safari,NULL,NULL,NULL,NULL
@@ -173,7 +173,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
172,12,9,NT,NULL,NULL,NULL,NULL
173,13,9,(06) 1697 3005,NULL,NULL,NULL,NULL
174,14,9,(05) 145 1370,NULL,NULL,NULL,NULL
-175,15,9,sed.hendrerit.a@venenatislacus.com,NULL,NULL,NULL,NULL
+175,15,9,sed.hendrerit.a@example.com,NULL,NULL,NULL,NULL
176,16,9,59498,NULL,NULL,NULL,NULL
177,17,9,M2169545,NULL,NULL,NULL,NULL
178,18,9,Chrome,NULL,NULL,NULL,NULL
@@ -193,7 +193,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
192,12,10,NS,NULL,NULL,NULL,NULL
193,13,10,(04) 568 7503,NULL,NULL,NULL,NULL
194,14,10,(05) 4111 9737,NULL,NULL,NULL,NULL
-195,15,10,sagittis@et.ca,NULL,NULL,NULL,NULL
+195,15,10,sagittis@example.com,NULL,NULL,NULL,NULL
196,16,10,355277,NULL,NULL,NULL,NULL
197,17,10,U2209614,NULL,NULL,NULL,NULL
198,18,10,Safari,NULL,NULL,NULL,NULL
@@ -213,7 +213,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
212,12,11,ON,NULL,NULL,NULL,NULL
213,13,11,(08) 3706 1359,NULL,NULL,NULL,NULL
214,14,11,(07) 3369 2750,NULL,NULL,NULL,NULL
-215,15,11,eu@purus.ca,NULL,NULL,NULL,NULL
+215,15,11,eu@example.com,NULL,NULL,NULL,NULL
216,16,11,774163,NULL,NULL,NULL,NULL
217,17,11,S3140509,NULL,NULL,NULL,NULL
218,18,11,Internet Explorer,NULL,NULL,NULL,NULL
@@ -233,7 +233,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
232,12,12,NU,NULL,NULL,NULL,NULL
233,13,12,(05) 5172 3353,NULL,NULL,NULL,NULL
234,14,12,(00) 5213 5429,NULL,NULL,NULL,NULL
-235,15,12,amet.ornare.lectus@placerategetvenenatis.org,NULL,NULL,NULL,NULL
+235,15,12,amet.ornare.lectus@example.com,NULL,NULL,NULL,NULL
236,16,12,5852,NULL,NULL,NULL,NULL
237,17,12,O439744,NULL,NULL,NULL,NULL
238,18,12,Opera,NULL,NULL,NULL,NULL
@@ -253,7 +253,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
252,12,13,QC,NULL,NULL,NULL,NULL
253,13,13,(06) 54 55,NULL,NULL,NULL,NULL
254,14,13,(02) 5810 476,NULL,NULL,NULL,NULL
-255,15,13,quis.arcu.vel@tempordiam.edu,NULL,NULL,NULL,NULL
+255,15,13,quis.arcu.vel@example.com,NULL,NULL,NULL,NULL
256,16,13,732454,NULL,NULL,NULL,NULL
257,17,13,I1171097,NULL,NULL,NULL,NULL
258,18,13,Safari,NULL,NULL,NULL,NULL
@@ -273,7 +273,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
272,12,14,BC,NULL,NULL,NULL,NULL
273,13,14,(08) 647 5063,NULL,NULL,NULL,NULL
274,14,14,(03) 600 1727,NULL,NULL,NULL,NULL
-275,15,14,non@sed.org,NULL,NULL,NULL,NULL
+275,15,14,non@example.com,NULL,NULL,NULL,NULL
276,16,14,371168,NULL,NULL,NULL,NULL
277,17,14,L85167,NULL,NULL,NULL,NULL
278,18,14,Chrome,NULL,NULL,NULL,NULL
@@ -293,7 +293,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
292,12,15,QC,NULL,NULL,NULL,NULL
293,13,15,(00) 7216 5110,NULL,NULL,NULL,NULL
294,14,15,(02) 5207 1615,NULL,NULL,NULL,NULL
-295,15,15,In@sollicitudinamalesuada.org,NULL,NULL,NULL,NULL
+295,15,15,In@example.com,NULL,NULL,NULL,NULL
296,16,15,37745,NULL,NULL,NULL,NULL
297,17,15,J6613433,NULL,NULL,NULL,NULL
298,18,15,Firefox,NULL,NULL,NULL,NULL
@@ -313,7 +313,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
312,12,16,NT,NULL,NULL,NULL,NULL
313,13,16,(05) 141 6749,NULL,NULL,NULL,NULL
314,14,16,(02) 1419 5233,NULL,NULL,NULL,NULL
-315,15,16,libero.Integer@mattissemperdui.edu,NULL,NULL,NULL,NULL
+315,15,16,libero.Integer@example.com,NULL,NULL,NULL,NULL
316,16,16,177160,NULL,NULL,NULL,NULL
317,17,16,R0274613,NULL,NULL,NULL,NULL
318,18,16,Chrome,NULL,NULL,NULL,NULL
@@ -333,7 +333,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
332,12,17,NS,NULL,NULL,NULL,NULL
333,13,17,(06) 1218 5436,NULL,NULL,NULL,NULL
334,14,17,(08) 1649 4050,NULL,NULL,NULL,NULL
-335,15,17,augue@habitantmorbi.org,NULL,NULL,NULL,NULL
+335,15,17,augue@example.com,NULL,NULL,NULL,NULL
336,16,17,696167,NULL,NULL,NULL,NULL
337,17,17,R965616,NULL,NULL,NULL,NULL
338,18,17,Chrome,NULL,NULL,NULL,NULL
@@ -353,7 +353,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
352,12,18,SK,NULL,NULL,NULL,NULL
353,13,18,(00) 2315 1677,NULL,NULL,NULL,NULL
354,14,18,(06) 1212 1370,NULL,NULL,NULL,NULL
-355,15,18,quis.pede@Quisqueac.ca,NULL,NULL,NULL,NULL
+355,15,18,quis.pede@example.com,NULL,NULL,NULL,NULL
356,16,18,23220,NULL,NULL,NULL,NULL
357,17,18,M266503,NULL,NULL,NULL,NULL
358,18,18,Other,NULL,NULL,NULL,NULL
@@ -373,7 +373,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
372,12,19,NL,NULL,NULL,NULL,NULL
373,13,19,(07) 16 2121,NULL,NULL,NULL,NULL
374,14,19,(04) 3440 3046,NULL,NULL,NULL,NULL
-375,15,19,Morbi.vehicula@sapienimperdiet.edu,NULL,NULL,NULL,NULL
+375,15,19,Morbi.vehicula@example.com,NULL,NULL,NULL,NULL
376,16,19,71509,NULL,NULL,NULL,NULL
377,17,19,T0131499,NULL,NULL,NULL,NULL
378,18,19,Firefox,NULL,NULL,NULL,NULL
@@ -393,7 +393,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
392,12,20,QC,NULL,NULL,NULL,NULL
393,13,20,(01) 5111 54,NULL,NULL,NULL,NULL
394,14,20,(02) 9444 3570,NULL,NULL,NULL,NULL
-395,15,20,vitae.sodales.nisi@et.com,NULL,NULL,NULL,NULL
+395,15,20,vitae.sodales.nisi@example.com,NULL,NULL,NULL,NULL
396,16,20,62310,NULL,NULL,NULL,NULL
397,17,20,E071069,NULL,NULL,NULL,NULL
398,18,20,Firefox,NULL,NULL,NULL,NULL
@@ -413,7 +413,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
412,12,21,NS,NULL,NULL,NULL,NULL
413,13,21,(00) 1577 1640,NULL,NULL,NULL,NULL
414,14,21,(04) 1346 3651,NULL,NULL,NULL,NULL
-415,15,21,risus.Donec@velvulputateeu.edu,NULL,NULL,NULL,NULL
+415,15,21,risus.Donec@example.com,NULL,NULL,NULL,NULL
416,16,21,1497,NULL,NULL,NULL,NULL
417,17,21,Y4517117,NULL,NULL,NULL,NULL
418,18,21,Other,NULL,NULL,NULL,NULL
@@ -433,7 +433,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
432,12,22,YT,NULL,NULL,NULL,NULL
433,13,22,(00) 5128 6314,NULL,NULL,NULL,NULL
434,14,22,(07) 1259 6246,NULL,NULL,NULL,NULL
-435,15,22,suscipit.est@nonvestibulumnec.edu,NULL,NULL,NULL,NULL
+435,15,22,suscipit.est@example.com,NULL,NULL,NULL,NULL
436,16,22,36066,NULL,NULL,NULL,NULL
437,17,22,L2161952,NULL,NULL,NULL,NULL
438,18,22,Chrome,NULL,NULL,NULL,NULL
@@ -453,7 +453,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
452,12,23,QC,NULL,NULL,NULL,NULL
453,13,23,(00) 2502 2456,NULL,NULL,NULL,NULL
454,14,23,(00) 3103 4633,NULL,NULL,NULL,NULL
-455,15,23,semper@venenatislacus.ca,NULL,NULL,NULL,NULL
+455,15,23,semper@example.com,NULL,NULL,NULL,NULL
456,16,23,1195,NULL,NULL,NULL,NULL
457,17,23,R6731571,NULL,NULL,NULL,NULL
458,18,23,Other,NULL,NULL,NULL,NULL
@@ -473,7 +473,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
472,12,24,BC,NULL,NULL,NULL,NULL
473,13,24,(04) 7566 337,NULL,NULL,NULL,NULL
474,14,24,(06) 568 4361,NULL,NULL,NULL,NULL
-475,15,24,orci.luctus.et@Aliquam.edu,NULL,NULL,NULL,NULL
+475,15,24,orci.luctus.et@example.com,NULL,NULL,NULL,NULL
476,16,24,143319,NULL,NULL,NULL,NULL
477,17,24,T1151255,NULL,NULL,NULL,NULL
478,18,24,Firefox,NULL,NULL,NULL,NULL
@@ -493,7 +493,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
492,12,25,ON,NULL,NULL,NULL,NULL
493,13,25,(03) 9553 6317,NULL,NULL,NULL,NULL
494,14,25,(07) 2532 495,NULL,NULL,NULL,NULL
-495,15,25,mus@risus.com,NULL,NULL,NULL,NULL
+495,15,25,mus@example.com,NULL,NULL,NULL,NULL
496,16,25,4634,NULL,NULL,NULL,NULL
497,17,25,K8101535,NULL,NULL,NULL,NULL
498,18,25,Opera,NULL,NULL,NULL,NULL
@@ -513,7 +513,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
512,12,26,YT,NULL,NULL,NULL,NULL
513,13,26,(09) 1175 3511,NULL,NULL,NULL,NULL
514,14,26,(07) 124 5726,NULL,NULL,NULL,NULL
-515,15,26,enim.non.nisi@enimNunc.org,NULL,NULL,NULL,NULL
+515,15,26,enim.non.nisi@example.com,NULL,NULL,NULL,NULL
516,16,26,237275,NULL,NULL,NULL,NULL
517,17,26,E3520420,NULL,NULL,NULL,NULL
518,18,26,Internet Explorer,NULL,NULL,NULL,NULL
@@ -533,7 +533,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
532,12,27,MB,NULL,NULL,NULL,NULL
533,13,27,(02) 4669 2000,NULL,NULL,NULL,NULL
534,14,27,(02) 6943 394,NULL,NULL,NULL,NULL
-535,15,27,egestas@dignissimlacus.org,NULL,NULL,NULL,NULL
+535,15,27,egestas@example.com,NULL,NULL,NULL,NULL
536,16,27,14334,NULL,NULL,NULL,NULL
537,17,27,T338567,NULL,NULL,NULL,NULL
538,18,27,Opera,NULL,NULL,NULL,NULL
@@ -553,7 +553,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
552,12,28,SK,NULL,NULL,NULL,NULL
553,13,28,(00) 227 1668,NULL,NULL,NULL,NULL
554,14,28,(01) 2329 2114,NULL,NULL,NULL,NULL
-555,15,28,Donec.tempor.est@nuncullamcorpereu.edu,NULL,NULL,NULL,NULL
+555,15,28,Donec.tempor.est@example.com,NULL,NULL,NULL,NULL
556,16,28,523677,NULL,NULL,NULL,NULL
557,17,28,I70701,NULL,NULL,NULL,NULL
558,18,28,Opera,NULL,NULL,NULL,NULL
@@ -573,7 +573,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
572,12,29,NB,NULL,NULL,NULL,NULL
573,13,29,(07) 7212 2418,NULL,NULL,NULL,NULL
574,14,29,(04) 132 1598,NULL,NULL,NULL,NULL
-575,15,29,hymenaeos.Mauris@Crasvehicula.ca,NULL,NULL,NULL,NULL
+575,15,29,hymenaeos.Mauris@example.com,NULL,NULL,NULL,NULL
576,16,29,215562,NULL,NULL,NULL,NULL
577,17,29,E364302,NULL,NULL,NULL,NULL
578,18,29,Safari,NULL,NULL,NULL,NULL
@@ -593,7 +593,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
592,12,30,NT,NULL,NULL,NULL,NULL
593,13,30,(03) 5207 940,NULL,NULL,NULL,NULL
594,14,30,(04) 5042 767,NULL,NULL,NULL,NULL
-595,15,30,malesuada.malesuada@orciluctus.org,NULL,NULL,NULL,NULL
+595,15,30,malesuada.malesuada@example.com,NULL,NULL,NULL,NULL
596,16,30,410215,NULL,NULL,NULL,NULL
597,17,30,A1025198,NULL,NULL,NULL,NULL
598,18,30,Firefox,NULL,NULL,NULL,NULL
@@ -613,7 +613,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
612,12,31,NL,NULL,NULL,NULL,NULL
613,13,31,(05) 6559 2043,NULL,NULL,NULL,NULL
614,14,31,(03) 9405 1305,NULL,NULL,NULL,NULL
-615,15,31,risus.In.mi@Aliquamrutrum.com,NULL,NULL,NULL,NULL
+615,15,31,risus.In.mi@example.com,NULL,NULL,NULL,NULL
616,16,31,324145,NULL,NULL,NULL,NULL
617,17,31,E2222517,NULL,NULL,NULL,NULL
618,18,31,Firefox,NULL,NULL,NULL,NULL
@@ -633,7 +633,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
632,12,32,YT,NULL,NULL,NULL,NULL
633,13,32,(01) 6513 2525,NULL,NULL,NULL,NULL
634,14,32,(02) 6174 463,NULL,NULL,NULL,NULL
-635,15,32,tristique@eudolor.org,NULL,NULL,NULL,NULL
+635,15,32,tristique@example.com,NULL,NULL,NULL,NULL
636,16,32,47313,NULL,NULL,NULL,NULL
637,17,32,S5264136,NULL,NULL,NULL,NULL
638,18,32,Chrome,NULL,NULL,NULL,NULL
@@ -653,7 +653,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
652,12,33,MB,NULL,NULL,NULL,NULL
653,13,33,(08) 4745 1473,NULL,NULL,NULL,NULL
654,14,33,(01) 6311 6670,NULL,NULL,NULL,NULL
-655,15,33,accumsan.laoreet.ipsum@Maurisvestibulumneque.ca,NULL,NULL,NULL,NULL
+655,15,33,accumsan.laoreet.ipsum@example.com,NULL,NULL,NULL,NULL
656,16,33,66769,NULL,NULL,NULL,NULL
657,17,33,R4124353,NULL,NULL,NULL,NULL
658,18,33,Firefox,NULL,NULL,NULL,NULL
@@ -673,7 +673,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
672,12,34,NS,NULL,NULL,NULL,NULL
673,13,34,(09) 1763 7000,NULL,NULL,NULL,NULL
674,14,34,(02) 1253 1261,NULL,NULL,NULL,NULL
-675,15,34,tortor@facilisi.ca,NULL,NULL,NULL,NULL
+675,15,34,tortor@example.com,NULL,NULL,NULL,NULL
676,16,34,433416,NULL,NULL,NULL,NULL
677,17,34,J6632142,NULL,NULL,NULL,NULL
678,18,34,Safari,NULL,NULL,NULL,NULL
@@ -693,7 +693,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
692,12,35,MB,NULL,NULL,NULL,NULL
693,13,35,(02) 410 5300,NULL,NULL,NULL,NULL
694,14,35,(07) 3764 1419,NULL,NULL,NULL,NULL
-695,15,35,lacus.pede.sagittis@InloremDonec.org,NULL,NULL,NULL,NULL
+695,15,35,lacus.pede.sagittis@example.com,NULL,NULL,NULL,NULL
696,16,35,616322,NULL,NULL,NULL,NULL
697,17,35,T5006108,NULL,NULL,NULL,NULL
698,18,35,Other,NULL,NULL,NULL,NULL
@@ -713,7 +713,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
712,12,36,PE,NULL,NULL,NULL,NULL
713,13,36,(02) 265 224,NULL,NULL,NULL,NULL
714,14,36,(03) 5614 3966,NULL,NULL,NULL,NULL
-715,15,36,convallis@magna.com,NULL,NULL,NULL,NULL
+715,15,36,convallis@example.com,NULL,NULL,NULL,NULL
716,16,36,110352,NULL,NULL,NULL,NULL
717,17,36,P2810500,NULL,NULL,NULL,NULL
718,18,36,Other,NULL,NULL,NULL,NULL
@@ -733,7 +733,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
732,12,37,MB,NULL,NULL,NULL,NULL
733,13,37,(02) 626 6067,NULL,NULL,NULL,NULL
734,14,37,(04) 2297 296,NULL,NULL,NULL,NULL
-735,15,37,Quisque.tincidunt@euismod.org,NULL,NULL,NULL,NULL
+735,15,37,Quisque.tincidunt@example.com,NULL,NULL,NULL,NULL
736,16,37,136160,NULL,NULL,NULL,NULL
737,17,37,G763133,NULL,NULL,NULL,NULL
738,18,37,Internet Explorer,NULL,NULL,NULL,NULL
@@ -753,7 +753,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
752,12,38,NU,NULL,NULL,NULL,NULL
753,13,38,(06) 6960 1169,NULL,NULL,NULL,NULL
754,14,38,(03) 5976 1413,NULL,NULL,NULL,NULL
-755,15,38,Vivamus@consectetueradipiscing.edu,NULL,NULL,NULL,NULL
+755,15,38,Vivamus@example.com,NULL,NULL,NULL,NULL
756,16,38,594239,NULL,NULL,NULL,NULL
757,17,38,E213666,NULL,NULL,NULL,NULL
758,18,38,Firefox,NULL,NULL,NULL,NULL
@@ -773,7 +773,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
772,12,39,PE,NULL,NULL,NULL,NULL
773,13,39,(02) 5610 5443,NULL,NULL,NULL,NULL
774,14,39,(03) 5453 744,NULL,NULL,NULL,NULL
-775,15,39,dui@Nulla.org,NULL,NULL,NULL,NULL
+775,15,39,dui@example.com,NULL,NULL,NULL,NULL
776,16,39,32301,NULL,NULL,NULL,NULL
777,17,39,V2027709,NULL,NULL,NULL,NULL
778,18,39,Other,NULL,NULL,NULL,NULL
@@ -793,7 +793,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
792,12,40,NT,NULL,NULL,NULL,NULL
793,13,40,(08) 5218 4457,NULL,NULL,NULL,NULL
794,14,40,(04) 976 169,NULL,NULL,NULL,NULL
-795,15,40,id@Cumsociisnatoque.org,NULL,NULL,NULL,NULL
+795,15,40,id@example.com,NULL,NULL,NULL,NULL
796,16,40,59544,NULL,NULL,NULL,NULL
797,17,40,H6915313,NULL,NULL,NULL,NULL
798,18,40,Opera,NULL,NULL,NULL,NULL
@@ -813,7 +813,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
812,12,41,AB,NULL,NULL,NULL,NULL
813,13,41,(00) 1760 4365,NULL,NULL,NULL,NULL
814,14,41,(06) 5015 7144,NULL,NULL,NULL,NULL
-815,15,41,Duis.ac@Cum.edu,NULL,NULL,NULL,NULL
+815,15,41,Duis.ac@example.com,NULL,NULL,NULL,NULL
816,16,41,810458,NULL,NULL,NULL,NULL
817,17,41,T4251272,NULL,NULL,NULL,NULL
818,18,41,Internet Explorer,NULL,NULL,NULL,NULL
@@ -833,7 +833,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
832,12,42,ON,NULL,NULL,NULL,NULL
833,13,42,(01) 138 7353,NULL,NULL,NULL,NULL
834,14,42,(00) 5250 6052,NULL,NULL,NULL,NULL
-835,15,42,tempor.est@eratvolutpat.edu,NULL,NULL,NULL,NULL
+835,15,42,tempor.est@example.com,NULL,NULL,NULL,NULL
836,16,42,453048,NULL,NULL,NULL,NULL
837,17,42,I6163745,NULL,NULL,NULL,NULL
838,18,42,Opera,NULL,NULL,NULL,NULL
@@ -853,7 +853,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
852,12,43,MB,NULL,NULL,NULL,NULL
853,13,43,(05) 5164 131,NULL,NULL,NULL,NULL
854,14,43,(02) 512 5211,NULL,NULL,NULL,NULL
-855,15,43,Quisque.libero.lacus@aodio.edu,NULL,NULL,NULL,NULL
+855,15,43,Quisque.libero.lacus@example.com,NULL,NULL,NULL,NULL
856,16,43,614467,NULL,NULL,NULL,NULL
857,17,43,E1639434,NULL,NULL,NULL,NULL
858,18,43,Safari,NULL,NULL,NULL,NULL
@@ -873,7 +873,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
872,12,44,NS,NULL,NULL,NULL,NULL
873,13,44,(02) 9718 7417,NULL,NULL,NULL,NULL
874,14,44,(09) 6156 1567,NULL,NULL,NULL,NULL
-875,15,44,Suspendisse.sagittis.Nullam@velpedeblandit.com,NULL,NULL,NULL,NULL
+875,15,44,Suspendisse.sagittis.Nullam@example.com,NULL,NULL,NULL,NULL
876,16,44,503217,NULL,NULL,NULL,NULL
877,17,44,Z183356,NULL,NULL,NULL,NULL
878,18,44,Opera,NULL,NULL,NULL,NULL
@@ -893,7 +893,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
892,12,45,NT,NULL,NULL,NULL,NULL
893,13,45,(04) 5296 6098,NULL,NULL,NULL,NULL
894,14,45,(03) 412 6944,NULL,NULL,NULL,NULL
-895,15,45,eleifend.Cras@ultricesiaculisodio.com,NULL,NULL,NULL,NULL
+895,15,45,eleifend.Cras@example.com,NULL,NULL,NULL,NULL
896,16,45,720297,NULL,NULL,NULL,NULL
897,17,45,T54319,NULL,NULL,NULL,NULL
898,18,45,Chrome,NULL,NULL,NULL,NULL
@@ -913,7 +913,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
912,12,46,AB,NULL,NULL,NULL,NULL
913,13,46,(07) 1208 3498,NULL,NULL,NULL,NULL
914,14,46,(08) 3456 1561,NULL,NULL,NULL,NULL
-915,15,46,egestas.Aliquam@luctusCurabitur.ca,NULL,NULL,NULL,NULL
+915,15,46,egestas.Aliquam@example.com,NULL,NULL,NULL,NULL
916,16,46,250721,NULL,NULL,NULL,NULL
917,17,46,V610582,NULL,NULL,NULL,NULL
918,18,46,Opera,NULL,NULL,NULL,NULL
@@ -933,7 +933,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
932,12,47,NB,NULL,NULL,NULL,NULL
933,13,47,(05) 841 5052,NULL,NULL,NULL,NULL
934,14,47,(03) 9566 161,NULL,NULL,NULL,NULL
-935,15,47,ac.arcu.Nunc@Utsagittis.ca,NULL,NULL,NULL,NULL
+935,15,47,ac.arcu.Nunc@example.com,NULL,NULL,NULL,NULL
936,16,47,663522,NULL,NULL,NULL,NULL
937,17,47,E5102157,NULL,NULL,NULL,NULL
938,18,47,Firefox,NULL,NULL,NULL,NULL
@@ -953,7 +953,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
952,12,48,NB,NULL,NULL,NULL,NULL
953,13,48,(05) 132 5118,NULL,NULL,NULL,NULL
954,14,48,(07) 1017 177,NULL,NULL,NULL,NULL
-955,15,48,dui@aliquam.ca,NULL,NULL,NULL,NULL
+955,15,48,dui@example.com,NULL,NULL,NULL,NULL
956,16,48,556220,NULL,NULL,NULL,NULL
957,17,48,X1677572,NULL,NULL,NULL,NULL
958,18,48,Internet Explorer,NULL,NULL,NULL,NULL
@@ -973,7 +973,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
972,12,49,QC,NULL,NULL,NULL,NULL
973,13,49,(09) 1533 1370,NULL,NULL,NULL,NULL
974,14,49,(08) 1210 1139,NULL,NULL,NULL,NULL
-975,15,49,lorem.semper@molestie.org,NULL,NULL,NULL,NULL
+975,15,49,lorem.semper@example.com,NULL,NULL,NULL,NULL
976,16,49,14764,NULL,NULL,NULL,NULL
977,17,49,N1521300,NULL,NULL,NULL,NULL
978,18,49,Firefox,NULL,NULL,NULL,NULL
@@ -993,7 +993,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
992,12,50,ON,NULL,NULL,NULL,NULL
993,13,50,(05) 1031 622,NULL,NULL,NULL,NULL
994,14,50,(04) 2438 3296,NULL,NULL,NULL,NULL
-995,15,50,eu@mollis.org,NULL,NULL,NULL,NULL
+995,15,50,eu@example.com,NULL,NULL,NULL,NULL
996,16,50,94219,NULL,NULL,NULL,NULL
997,17,50,K4525250,NULL,NULL,NULL,NULL
998,18,50,Firefox,NULL,NULL,NULL,NULL
@@ -1013,7 +1013,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
1012,12,51,SK,NULL,NULL,NULL,NULL
1013,13,51,(07) 5035 7156,NULL,NULL,NULL,NULL
1014,14,51,(01) 7246 9959,NULL,NULL,NULL,NULL
-1015,15,51,Quisque.nonummy@ametorci.com,NULL,NULL,NULL,NULL
+1015,15,51,Quisque.nonummy@example.com,NULL,NULL,NULL,NULL
1016,16,51,625754,NULL,NULL,NULL,NULL
1017,17,51,Q3336224,NULL,NULL,NULL,NULL
1018,18,51,Firefox,NULL,NULL,NULL,NULL
@@ -1033,7 +1033,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
1032,12,52,YT,NULL,NULL,NULL,NULL
1033,13,52,(08) 6016 4667,NULL,NULL,NULL,NULL
1034,14,52,(09) 3366 464,NULL,NULL,NULL,NULL
-1035,15,52,dui.in@purusNullamscelerisque.edu,NULL,NULL,NULL,NULL
+1035,15,52,dui.in@example.com,NULL,NULL,NULL,NULL
1036,16,52,21208,NULL,NULL,NULL,NULL
1037,17,52,P168533,NULL,NULL,NULL,NULL
1038,18,52,Internet Explorer,NULL,NULL,NULL,NULL
@@ -1053,7 +1053,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
1052,12,53,NS,NULL,NULL,NULL,NULL
1053,13,53,(09) 158 413,NULL,NULL,NULL,NULL
1054,14,53,(02) 266 472,NULL,NULL,NULL,NULL
-1055,15,53,Duis.risus@Vivamusmolestiedapibus.ca,NULL,NULL,NULL,NULL
+1055,15,53,Duis.risus@example.com,NULL,NULL,NULL,NULL
1056,16,53,270199,NULL,NULL,NULL,NULL
1057,17,53,F6627196,NULL,NULL,NULL,NULL
1058,18,53,Chrome,NULL,NULL,NULL,NULL
@@ -1073,7 +1073,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
1072,12,54,PE,NULL,NULL,NULL,NULL
1073,13,54,(00) 216 3362,NULL,NULL,NULL,NULL
1074,14,54,(07) 2127 6473,NULL,NULL,NULL,NULL
-1075,15,54,ligula.Nullam.feugiat@ullamcorperviverra.org,NULL,NULL,NULL,NULL
+1075,15,54,ligula.Nullam.feugiat@example.com,NULL,NULL,NULL,NULL
1076,16,54,71636,NULL,NULL,NULL,NULL
1077,17,54,P6130160,NULL,NULL,NULL,NULL
1078,18,54,Firefox,NULL,NULL,NULL,NULL
@@ -1093,7 +1093,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
1092,12,55,NL,NULL,NULL,NULL,NULL
1093,13,55,(07) 4136 2726,NULL,NULL,NULL,NULL
1094,14,55,(02) 972 4143,NULL,NULL,NULL,NULL
-1095,15,55,mattis.Integer@erat.ca,NULL,NULL,NULL,NULL
+1095,15,55,mattis.Integer@example.com,NULL,NULL,NULL,NULL
1096,16,55,601011,NULL,NULL,NULL,NULL
1097,17,55,X676496,NULL,NULL,NULL,NULL
1098,18,55,Chrome,NULL,NULL,NULL,NULL
@@ -1113,7 +1113,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
1112,12,56,BC,NULL,NULL,NULL,NULL
1113,13,56,(06) 3315 5154,NULL,NULL,NULL,NULL
1114,14,56,(01) 772 269,NULL,NULL,NULL,NULL
-1115,15,56,Sed.auctor.odio@Morbinon.org,NULL,NULL,NULL,NULL
+1115,15,56,Sed.auctor.odio@example.com,NULL,NULL,NULL,NULL
1116,16,56,4272,NULL,NULL,NULL,NULL
1117,17,56,O562969,NULL,NULL,NULL,NULL
1118,18,56,Other,NULL,NULL,NULL,NULL
@@ -1133,7 +1133,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
1132,12,57,NB,NULL,NULL,NULL,NULL
1133,13,57,(03) 616 718,NULL,NULL,NULL,NULL
1134,14,57,(04) 6677 6222,NULL,NULL,NULL,NULL
-1135,15,57,dolor.sit.amet@velitegestas.com,NULL,NULL,NULL,NULL
+1135,15,57,dolor.sit.amet@example.com,NULL,NULL,NULL,NULL
1136,16,57,612507,NULL,NULL,NULL,NULL
1137,17,57,S1012345,NULL,NULL,NULL,NULL
1138,18,57,Opera,NULL,NULL,NULL,NULL
@@ -1153,7 +1153,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
1152,12,58,NS,NULL,NULL,NULL,NULL
1153,13,58,(00) 4455 514,NULL,NULL,NULL,NULL
1154,14,58,(05) 139 3408,NULL,NULL,NULL,NULL
-1155,15,58,luctus.lobortis.Class@sed.edu,NULL,NULL,NULL,NULL
+1155,15,58,luctus.lobortis.Class@example.com,NULL,NULL,NULL,NULL
1156,16,58,153026,NULL,NULL,NULL,NULL
1157,17,58,K2997467,NULL,NULL,NULL,NULL
1158,18,58,Other,NULL,NULL,NULL,NULL
@@ -1173,7 +1173,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
1172,12,59,QC,NULL,NULL,NULL,NULL
1173,13,59,(01) 3528 9607,NULL,NULL,NULL,NULL
1174,14,59,(02) 1510 538,NULL,NULL,NULL,NULL
-1175,15,59,Nunc.ullamcorper@atrisus.edu,NULL,NULL,NULL,NULL
+1175,15,59,Nunc.ullamcorper@example.com,NULL,NULL,NULL,NULL
1176,16,59,761259,NULL,NULL,NULL,NULL
1177,17,59,Q1613442,NULL,NULL,NULL,NULL
1178,18,59,Firefox,NULL,NULL,NULL,NULL
@@ -1193,7 +1193,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
1192,12,60,ON,NULL,NULL,NULL,NULL
1193,13,60,(04) 3546 5953,NULL,NULL,NULL,NULL
1194,14,60,(04) 3138 2395,NULL,NULL,NULL,NULL
-1195,15,60,eros.Proin.ultrices@semperrutrumFusce.com,NULL,NULL,NULL,NULL
+1195,15,60,eros.Proin.ultrices@example.com,NULL,NULL,NULL,NULL
1196,16,60,119760,NULL,NULL,NULL,NULL
1197,17,60,B3551424,NULL,NULL,NULL,NULL
1198,18,60,Chrome,NULL,NULL,NULL,NULL
@@ -1213,7 +1213,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
1212,12,61,NL,NULL,NULL,NULL,NULL
1213,13,61,(09) 5071 5372,NULL,NULL,NULL,NULL
1214,14,61,(07) 1632 7738,NULL,NULL,NULL,NULL
-1215,15,61,eros@Maurisnon.org,NULL,NULL,NULL,NULL
+1215,15,61,eros@example.com,NULL,NULL,NULL,NULL
1216,16,61,410509,NULL,NULL,NULL,NULL
1217,17,61,F0717157,NULL,NULL,NULL,NULL
1218,18,61,Other,NULL,NULL,NULL,NULL
@@ -1233,7 +1233,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
1232,12,62,NB,NULL,NULL,NULL,NULL
1233,13,62,(00) 372 164,NULL,NULL,NULL,NULL
1234,14,62,(07) 4010 6466,NULL,NULL,NULL,NULL
-1235,15,62,pellentesque.a@nibh.org,NULL,NULL,NULL,NULL
+1235,15,62,pellentesque.a@example.com,NULL,NULL,NULL,NULL
1236,16,62,509735,NULL,NULL,NULL,NULL
1237,17,62,Q131420,NULL,NULL,NULL,NULL
1238,18,62,Chrome,NULL,NULL,NULL,NULL
@@ -1253,7 +1253,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
1252,12,63,NT,NULL,NULL,NULL,NULL
1253,13,63,(06) 314 2141,NULL,NULL,NULL,NULL
1254,14,63,(09) 702 2399,NULL,NULL,NULL,NULL
-1255,15,63,orci.Ut@euismod.org,NULL,NULL,NULL,NULL
+1255,15,63,orci.Ut@example.com,NULL,NULL,NULL,NULL
1256,16,63,14332,NULL,NULL,NULL,NULL
1257,17,63,C17217,NULL,NULL,NULL,NULL
1258,18,63,Firefox,NULL,NULL,NULL,NULL
@@ -1273,7 +1273,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
1272,12,64,ON,NULL,NULL,NULL,NULL
1273,13,64,(07) 9642 312,NULL,NULL,NULL,NULL
1274,14,64,(08) 676 759,NULL,NULL,NULL,NULL
-1275,15,64,Mauris@at.edu,NULL,NULL,NULL,NULL
+1275,15,64,Mauris@example.com,NULL,NULL,NULL,NULL
1276,16,64,704248,NULL,NULL,NULL,NULL
1277,17,64,C150684,NULL,NULL,NULL,NULL
1278,18,64,Firefox,NULL,NULL,NULL,NULL
@@ -1293,7 +1293,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
1292,12,65,NU,NULL,NULL,NULL,NULL
1293,13,65,(05) 6629 376,NULL,NULL,NULL,NULL
1294,14,65,(06) 2097 6738,NULL,NULL,NULL,NULL
-1295,15,65,in.faucibus@eget.com,NULL,NULL,NULL,NULL
+1295,15,65,in.faucibus@example.com,NULL,NULL,NULL,NULL
1296,16,65,612314,NULL,NULL,NULL,NULL
1297,17,65,O7603148,NULL,NULL,NULL,NULL
1298,18,65,Chrome,NULL,NULL,NULL,NULL
@@ -1313,7 +1313,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
1312,12,66,NT,NULL,NULL,NULL,NULL
1313,13,66,(04) 6698 7118,NULL,NULL,NULL,NULL
1314,14,66,(09) 2739 4204,NULL,NULL,NULL,NULL
-1315,15,66,in@molestie.edu,NULL,NULL,NULL,NULL
+1315,15,66,in@example.com,NULL,NULL,NULL,NULL
1316,16,66,366398,NULL,NULL,NULL,NULL
1317,17,66,J4142310,NULL,NULL,NULL,NULL
1318,18,66,Chrome,NULL,NULL,NULL,NULL
@@ -1333,7 +1333,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
1332,12,67,YT,NULL,NULL,NULL,NULL
1333,13,67,(08) 1747 255,NULL,NULL,NULL,NULL
1334,14,67,(03) 5202 1144,NULL,NULL,NULL,NULL
-1335,15,67,nulla@ante.org,NULL,NULL,NULL,NULL
+1335,15,67,nulla@example.com,NULL,NULL,NULL,NULL
1336,16,67,135941,NULL,NULL,NULL,NULL
1337,17,67,Y5697546,NULL,NULL,NULL,NULL
1338,18,67,Other,NULL,NULL,NULL,NULL
@@ -1353,7 +1353,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
1352,12,68,ON,NULL,NULL,NULL,NULL
1353,13,68,(04) 8103 331,NULL,NULL,NULL,NULL
1354,14,68,(09) 623 243,NULL,NULL,NULL,NULL
-1355,15,68,Suspendisse.tristique.neque@odioEtiam.ca,NULL,NULL,NULL,NULL
+1355,15,68,Suspendisse.tristique.neque@example.com,NULL,NULL,NULL,NULL
1356,16,68,12576,NULL,NULL,NULL,NULL
1357,17,68,A7705459,NULL,NULL,NULL,NULL
1358,18,68,Internet Explorer,NULL,NULL,NULL,NULL
@@ -1373,7 +1373,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
1372,12,69,MB,NULL,NULL,NULL,NULL
1373,13,69,(02) 3165 1456,NULL,NULL,NULL,NULL
1374,14,69,(09) 1214 5776,NULL,NULL,NULL,NULL
-1375,15,69,mus@ultriciesligula.com,NULL,NULL,NULL,NULL
+1375,15,69,mus@example.com,NULL,NULL,NULL,NULL
1376,16,69,229611,NULL,NULL,NULL,NULL
1377,17,69,Y0732975,NULL,NULL,NULL,NULL
1378,18,69,Internet Explorer,NULL,NULL,NULL,NULL
@@ -1393,7 +1393,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
1392,12,70,NT,NULL,NULL,NULL,NULL
1393,13,70,(09) 1119 1376,NULL,NULL,NULL,NULL
1394,14,70,(04) 661 372,NULL,NULL,NULL,NULL
-1395,15,70,Duis.cursus@loremsemperauctor.com,NULL,NULL,NULL,NULL
+1395,15,70,Duis.cursus@example.com,NULL,NULL,NULL,NULL
1396,16,70,22500,NULL,NULL,NULL,NULL
1397,17,70,C243544,NULL,NULL,NULL,NULL
1398,18,70,Safari,NULL,NULL,NULL,NULL
@@ -1413,7 +1413,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
1412,12,71,AB,NULL,NULL,NULL,NULL
1413,13,71,(05) 4619 16,NULL,NULL,NULL,NULL
1414,14,71,(07) 161 5502,NULL,NULL,NULL,NULL
-1415,15,71,mauris@molestietellus.com,NULL,NULL,NULL,NULL
+1415,15,71,mauris@example.com,NULL,NULL,NULL,NULL
1416,16,71,65512,NULL,NULL,NULL,NULL
1417,17,71,F6535551,NULL,NULL,NULL,NULL
1418,18,71,Opera,NULL,NULL,NULL,NULL
@@ -1433,7 +1433,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
1432,12,72,QC,NULL,NULL,NULL,NULL
1433,13,72,(02) 6413 158,NULL,NULL,NULL,NULL
1434,14,72,(03) 1216 7096,NULL,NULL,NULL,NULL
-1435,15,72,egestas.lacinia@ante.org,NULL,NULL,NULL,NULL
+1435,15,72,egestas.lacinia@example.com,NULL,NULL,NULL,NULL
1436,16,72,767604,NULL,NULL,NULL,NULL
1437,17,72,T1226169,NULL,NULL,NULL,NULL
1438,18,72,Safari,NULL,NULL,NULL,NULL
@@ -1453,7 +1453,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
1452,12,73,NU,NULL,NULL,NULL,NULL
1453,13,73,(06) 7005 819,NULL,NULL,NULL,NULL
1454,14,73,(08) 9601 182,NULL,NULL,NULL,NULL
-1455,15,73,eros@incursus.edu,NULL,NULL,NULL,NULL
+1455,15,73,eros@example.com,NULL,NULL,NULL,NULL
1456,16,73,106730,NULL,NULL,NULL,NULL
1457,17,73,L9607243,NULL,NULL,NULL,NULL
1458,18,73,Safari,NULL,NULL,NULL,NULL
@@ -1473,7 +1473,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
1472,12,74,YT,NULL,NULL,NULL,NULL
1473,13,74,(01) 6069 7642,NULL,NULL,NULL,NULL
1474,14,74,(02) 4651 748,NULL,NULL,NULL,NULL
-1475,15,74,magna.a.tortor@Aenean.com,NULL,NULL,NULL,NULL
+1475,15,74,magna.a.tortor@example.com,NULL,NULL,NULL,NULL
1476,16,74,703032,NULL,NULL,NULL,NULL
1477,17,74,X635263,NULL,NULL,NULL,NULL
1478,18,74,Chrome,NULL,NULL,NULL,NULL
@@ -1493,7 +1493,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
1492,12,75,SK,NULL,NULL,NULL,NULL
1493,13,75,(08) 204 9644,NULL,NULL,NULL,NULL
1494,14,75,(08) 598 7315,NULL,NULL,NULL,NULL
-1495,15,75,Integer.mollis.Integer@quis.org,NULL,NULL,NULL,NULL
+1495,15,75,Integer.mollis.Integer@example.com,NULL,NULL,NULL,NULL
1496,16,75,6141,NULL,NULL,NULL,NULL
1497,17,75,W12775,NULL,NULL,NULL,NULL
1498,18,75,Firefox,NULL,NULL,NULL,NULL
@@ -1513,7 +1513,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
1512,12,76,BC,NULL,NULL,NULL,NULL
1513,13,76,(07) 5168 6516,NULL,NULL,NULL,NULL
1514,14,76,(00) 3968 3225,NULL,NULL,NULL,NULL
-1515,15,76,sapien.molestie.orci@insodales.ca,NULL,NULL,NULL,NULL
+1515,15,76,sapien.molestie.orci@example.com,NULL,NULL,NULL,NULL
1516,16,76,10197,NULL,NULL,NULL,NULL
1517,17,76,Q7427535,NULL,NULL,NULL,NULL
1518,18,76,Chrome,NULL,NULL,NULL,NULL
@@ -1533,7 +1533,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
1532,12,77,NS,NULL,NULL,NULL,NULL
1533,13,77,(09) 3732 107,NULL,NULL,NULL,NULL
1534,14,77,(00) 727 2016,NULL,NULL,NULL,NULL
-1535,15,77,eu.erat.semper@elit.com,NULL,NULL,NULL,NULL
+1535,15,77,eu.erat.semper@example.com,NULL,NULL,NULL,NULL
1536,16,77,614308,NULL,NULL,NULL,NULL
1537,17,77,D2163462,NULL,NULL,NULL,NULL
1538,18,77,Other,NULL,NULL,NULL,NULL
@@ -1553,7 +1553,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
1552,12,78,SK,NULL,NULL,NULL,NULL
1553,13,78,(00) 9672 1666,NULL,NULL,NULL,NULL
1554,14,78,(09) 1229 7628,NULL,NULL,NULL,NULL
-1555,15,78,eros.nec@Cum.com,NULL,NULL,NULL,NULL
+1555,15,78,eros.nec@example.com,NULL,NULL,NULL,NULL
1556,16,78,61485,NULL,NULL,NULL,NULL
1557,17,78,B133121,NULL,NULL,NULL,NULL
1558,18,78,Other,NULL,NULL,NULL,NULL
@@ -1573,7 +1573,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
1572,12,79,AB,NULL,NULL,NULL,NULL
1573,13,79,(09) 4254 5062,NULL,NULL,NULL,NULL
1574,14,79,(08) 5012 9496,NULL,NULL,NULL,NULL
-1575,15,79,Cum@aliquetliberoInteger.org,NULL,NULL,NULL,NULL
+1575,15,79,Cum@example.com,NULL,NULL,NULL,NULL
1576,16,79,227125,NULL,NULL,NULL,NULL
1577,17,79,N1043713,NULL,NULL,NULL,NULL
1578,18,79,Other,NULL,NULL,NULL,NULL
@@ -1593,7 +1593,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
1592,12,80,NB,NULL,NULL,NULL,NULL
1593,13,80,(07) 1942 4757,NULL,NULL,NULL,NULL
1594,14,80,(03) 810 6133,NULL,NULL,NULL,NULL
-1595,15,80,libero@dignissim.org,NULL,NULL,NULL,NULL
+1595,15,80,libero@example.com,NULL,NULL,NULL,NULL
1596,16,80,76568,NULL,NULL,NULL,NULL
1597,17,80,D05337,NULL,NULL,NULL,NULL
1598,18,80,Chrome,NULL,NULL,NULL,NULL
@@ -1613,7 +1613,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
1612,12,81,ON,NULL,NULL,NULL,NULL
1613,13,81,(02) 367 6616,NULL,NULL,NULL,NULL
1614,14,81,(07) 250 4742,NULL,NULL,NULL,NULL
-1615,15,81,dictum.placerat@ProinultricesDuis.com,NULL,NULL,NULL,NULL
+1615,15,81,dictum.placerat@example.com,NULL,NULL,NULL,NULL
1616,16,81,405070,NULL,NULL,NULL,NULL
1617,17,81,R3603335,NULL,NULL,NULL,NULL
1618,18,81,Opera,NULL,NULL,NULL,NULL
@@ -1633,7 +1633,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
1632,12,82,ON,NULL,NULL,NULL,NULL
1633,13,82,(02) 1359 617,NULL,NULL,NULL,NULL
1634,14,82,(08) 2548 6725,NULL,NULL,NULL,NULL
-1635,15,82,facilisis@congueaaliquet.org,NULL,NULL,NULL,NULL
+1635,15,82,facilisis@example.com,NULL,NULL,NULL,NULL
1636,16,82,667117,NULL,NULL,NULL,NULL
1637,17,82,W0260916,NULL,NULL,NULL,NULL
1638,18,82,Internet Explorer,NULL,NULL,NULL,NULL
@@ -1653,7 +1653,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
1652,12,83,ON,NULL,NULL,NULL,NULL
1653,13,83,(07) 3670 4765,NULL,NULL,NULL,NULL
1654,14,83,(05) 531 218,NULL,NULL,NULL,NULL
-1655,15,83,eu.nibh.vulputate@CraspellentesqueSed.edu,NULL,NULL,NULL,NULL
+1655,15,83,eu.nibh.vulputate@example.com,NULL,NULL,NULL,NULL
1656,16,83,140305,NULL,NULL,NULL,NULL
1657,17,83,Z612249,NULL,NULL,NULL,NULL
1658,18,83,Chrome,NULL,NULL,NULL,NULL
@@ -1673,7 +1673,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
1672,12,84,NU,NULL,NULL,NULL,NULL
1673,13,84,(01) 9543 7471,NULL,NULL,NULL,NULL
1674,14,84,(08) 524 3959,NULL,NULL,NULL,NULL
-1675,15,84,et.magnis.dis@ridiculus.ca,NULL,NULL,NULL,NULL
+1675,15,84,et.magnis.dis@example.com,NULL,NULL,NULL,NULL
1676,16,84,645120,NULL,NULL,NULL,NULL
1677,17,84,M5523134,NULL,NULL,NULL,NULL
1678,18,84,Other,NULL,NULL,NULL,NULL
@@ -1693,7 +1693,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
1692,12,85,BC,NULL,NULL,NULL,NULL
1693,13,85,(02) 263 2760,NULL,NULL,NULL,NULL
1694,14,85,(08) 144 7256,NULL,NULL,NULL,NULL
-1695,15,85,enim.Nunc@variusNamporttitor.ca,NULL,NULL,NULL,NULL
+1695,15,85,enim.Nunc@example.com,NULL,NULL,NULL,NULL
1696,16,85,14313,NULL,NULL,NULL,NULL
1697,17,85,L2520723,NULL,NULL,NULL,NULL
1698,18,85,Chrome,NULL,NULL,NULL,NULL
@@ -1713,7 +1713,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
1712,12,86,PE,NULL,NULL,NULL,NULL
1713,13,86,(08) 6464 4531,NULL,NULL,NULL,NULL
1714,14,86,(09) 4810 2314,NULL,NULL,NULL,NULL
-1715,15,86,eget@metus.edu,NULL,NULL,NULL,NULL
+1715,15,86,eget@example.com,NULL,NULL,NULL,NULL
1716,16,86,146695,NULL,NULL,NULL,NULL
1717,17,86,D715664,NULL,NULL,NULL,NULL
1718,18,86,Chrome,NULL,NULL,NULL,NULL
@@ -1733,7 +1733,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
1732,12,87,PE,NULL,NULL,NULL,NULL
1733,13,87,(01) 5199 1755,NULL,NULL,NULL,NULL
1734,14,87,(07) 4644 154,NULL,NULL,NULL,NULL
-1735,15,87,Phasellus@sedestNunc.com,NULL,NULL,NULL,NULL
+1735,15,87,Phasellus@example.com,NULL,NULL,NULL,NULL
1736,16,87,44947,NULL,NULL,NULL,NULL
1737,17,87,T149520,NULL,NULL,NULL,NULL
1738,18,87,Opera,NULL,NULL,NULL,NULL
@@ -1753,7 +1753,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
1752,12,88,PE,NULL,NULL,NULL,NULL
1753,13,88,(01) 403 3670,NULL,NULL,NULL,NULL
1754,14,88,(01) 940 5058,NULL,NULL,NULL,NULL
-1755,15,88,pede.Cum@bibendum.com,NULL,NULL,NULL,NULL
+1755,15,88,pede.Cum@example.com,NULL,NULL,NULL,NULL
1756,16,88,640356,NULL,NULL,NULL,NULL
1757,17,88,I121518,NULL,NULL,NULL,NULL
1758,18,88,Firefox,NULL,NULL,NULL,NULL
@@ -1773,7 +1773,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
1772,12,89,NL,NULL,NULL,NULL,NULL
1773,13,89,(00) 5218 1562,NULL,NULL,NULL,NULL
1774,14,89,(01) 373 6368,NULL,NULL,NULL,NULL
-1775,15,89,lorem.fringilla@orci.org,NULL,NULL,NULL,NULL
+1775,15,89,lorem.fringilla@example.com,NULL,NULL,NULL,NULL
1776,16,89,603941,NULL,NULL,NULL,NULL
1777,17,89,D134124,NULL,NULL,NULL,NULL
1778,18,89,Internet Explorer,NULL,NULL,NULL,NULL
@@ -1793,7 +1793,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
1792,12,90,MB,NULL,NULL,NULL,NULL
1793,13,90,(04) 414 7757,NULL,NULL,NULL,NULL
1794,14,90,(07) 9614 4435,NULL,NULL,NULL,NULL
-1795,15,90,dignissim@justo.edu,NULL,NULL,NULL,NULL
+1795,15,90,dignissim@example.com,NULL,NULL,NULL,NULL
1796,16,90,155718,NULL,NULL,NULL,NULL
1797,17,90,H224752,NULL,NULL,NULL,NULL
1798,18,90,Chrome,NULL,NULL,NULL,NULL
@@ -1813,7 +1813,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
1812,12,91,BC,NULL,NULL,NULL,NULL
1813,13,91,(05) 121 7306,NULL,NULL,NULL,NULL
1814,14,91,(01) 1240 6621,NULL,NULL,NULL,NULL
-1815,15,91,molestie@non.edu,NULL,NULL,NULL,NULL
+1815,15,91,molestie@example.com,NULL,NULL,NULL,NULL
1816,16,91,465758,NULL,NULL,NULL,NULL
1817,17,91,B61133,NULL,NULL,NULL,NULL
1818,18,91,Internet Explorer,NULL,NULL,NULL,NULL
@@ -1833,7 +1833,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
1832,12,92,QC,NULL,NULL,NULL,NULL
1833,13,92,(05) 273 455,NULL,NULL,NULL,NULL
1834,14,92,(07) 3428 4450,NULL,NULL,NULL,NULL
-1835,15,92,tempor.bibendum@nullavulputate.org,NULL,NULL,NULL,NULL
+1835,15,92,tempor.bibendum@example.com,NULL,NULL,NULL,NULL
1836,16,92,37943,NULL,NULL,NULL,NULL
1837,17,92,G41770,NULL,NULL,NULL,NULL
1838,18,92,Internet Explorer,NULL,NULL,NULL,NULL
@@ -1853,7 +1853,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
1852,12,93,ON,NULL,NULL,NULL,NULL
1853,13,93,(01) 3632 4134,NULL,NULL,NULL,NULL
1854,14,93,(00) 3402 108,NULL,NULL,NULL,NULL
-1855,15,93,Aliquam.fringilla.cursus@Nulla.edu,NULL,NULL,NULL,NULL
+1855,15,93,Aliquam.fringilla.cursus@example.com,NULL,NULL,NULL,NULL
1856,16,93,41053,NULL,NULL,NULL,NULL
1857,17,93,Y296637,NULL,NULL,NULL,NULL
1858,18,93,Chrome,NULL,NULL,NULL,NULL
@@ -1873,7 +1873,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
1872,12,94,NU,NULL,NULL,NULL,NULL
1873,13,94,(07) 6975 4097,NULL,NULL,NULL,NULL
1874,14,94,(05) 1255 814,NULL,NULL,NULL,NULL
-1875,15,94,luctus.et.ultrices@Cras.com,NULL,NULL,NULL,NULL
+1875,15,94,luctus.et.ultrices@example.com,NULL,NULL,NULL,NULL
1876,16,94,41527,NULL,NULL,NULL,NULL
1877,17,94,A52469,NULL,NULL,NULL,NULL
1878,18,94,Other,NULL,NULL,NULL,NULL
@@ -1893,7 +1893,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
1892,12,95,NL,NULL,NULL,NULL,NULL
1893,13,95,(01) 2732 1501,NULL,NULL,NULL,NULL
1894,14,95,(06) 457 145,NULL,NULL,NULL,NULL
-1895,15,95,fringilla@tinciduntneque.ca,NULL,NULL,NULL,NULL
+1895,15,95,fringilla@example.com,NULL,NULL,NULL,NULL
1896,16,95,13315,NULL,NULL,NULL,NULL
1897,17,95,L512400,NULL,NULL,NULL,NULL
1898,18,95,Internet Explorer,NULL,NULL,NULL,NULL
@@ -1913,7 +1913,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
1912,12,96,SK,NULL,NULL,NULL,NULL
1913,13,96,(04) 1700 597,NULL,NULL,NULL,NULL
1914,14,96,(01) 148 9967,NULL,NULL,NULL,NULL
-1915,15,96,Donec.tincidunt@idanteNunc.edu,NULL,NULL,NULL,NULL
+1915,15,96,Donec.tincidunt@example.com,NULL,NULL,NULL,NULL
1916,16,96,606004,NULL,NULL,NULL,NULL
1917,17,96,Y1311315,NULL,NULL,NULL,NULL
1918,18,96,Internet Explorer,NULL,NULL,NULL,NULL
@@ -1933,7 +1933,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
1932,12,97,BC,NULL,NULL,NULL,NULL
1933,13,97,(09) 458 6346,NULL,NULL,NULL,NULL
1934,14,97,(02) 7657 5031,NULL,NULL,NULL,NULL
-1935,15,97,nulla@Phasellus.org,NULL,NULL,NULL,NULL
+1935,15,97,nulla@example.com,NULL,NULL,NULL,NULL
1936,16,97,440698,NULL,NULL,NULL,NULL
1937,17,97,C712522,NULL,NULL,NULL,NULL
1938,18,97,Firefox,NULL,NULL,NULL,NULL
@@ -1953,7 +1953,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
1952,12,98,MB,NULL,NULL,NULL,NULL
1953,13,98,(05) 974 2169,NULL,NULL,NULL,NULL
1954,14,98,(03) 4340 9998,NULL,NULL,NULL,NULL
-1955,15,98,risus@scelerisque.edu,NULL,NULL,NULL,NULL
+1955,15,98,risus@example.com,NULL,NULL,NULL,NULL
1956,16,98,610312,NULL,NULL,NULL,NULL
1957,17,98,O2337502,NULL,NULL,NULL,NULL
1958,18,98,Chrome,NULL,NULL,NULL,NULL
@@ -1973,7 +1973,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
1972,12,99,QC,NULL,NULL,NULL,NULL
1973,13,99,(03) 9528 6094,NULL,NULL,NULL,NULL
1974,14,99,(09) 1225 7137,NULL,NULL,NULL,NULL
-1975,15,99,sagittis.semper@facilisismagna.edu,NULL,NULL,NULL,NULL
+1975,15,99,sagittis.semper@example.com,NULL,NULL,NULL,NULL
1976,16,99,575810,NULL,NULL,NULL,NULL
1977,17,99,Q596020,NULL,NULL,NULL,NULL
1978,18,99,Safari,NULL,NULL,NULL,NULL
@@ -1993,7 +1993,7 @@ id,fieldid,recordid,content,content1,content2,content3,content4
1992,12,100,AB,NULL,NULL,NULL,NULL
1993,13,100,(04) 7451 4406,NULL,NULL,NULL,NULL
1994,14,100,(02) 7205 4223,NULL,NULL,NULL,NULL
-1995,15,100,in.lobortis@vehiculaaliquet.edu,NULL,NULL,NULL,NULL
+1995,15,100,in.lobortis@example.com,NULL,NULL,NULL,NULL
1996,16,100,6704,NULL,NULL,NULL,NULL
1997,17,100,O5261644,NULL,NULL,NULL,NULL
1998,18,100,Chrome,NULL,NULL,NULL,NULL
diff --git a/mod/forum/tests/behat/add_forum.feature b/mod/forum/tests/behat/add_forum.feature
index 690ddafb517..bcd4a6bb56a 100644
--- a/mod/forum/tests/behat/add_forum.feature
+++ b/mod/forum/tests/behat/add_forum.feature
@@ -8,8 +8,8 @@ Feature: Add forum activities and discussions
Scenario: Add a forum and a discussion attaching files
Given the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
- | student1 | Student | 1 | student1@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
+ | student1 | Student | 1 | student1@example.com |
And the following "courses" exist:
| fullname | shortname | category |
| Course 1 | C1 | 0 |
diff --git a/mod/forum/tests/behat/completion_condition_number_discussions.feature b/mod/forum/tests/behat/completion_condition_number_discussions.feature
index 464a382f668..6a01089db51 100644
--- a/mod/forum/tests/behat/completion_condition_number_discussions.feature
+++ b/mod/forum/tests/behat/completion_condition_number_discussions.feature
@@ -8,8 +8,8 @@ Feature: Set a certain number of discussions as a completion condition for a for
Scenario: Set X number of discussions as a condition
Given the following "users" exist:
| username | firstname | lastname | email |
- | student1 | Student | 1 | student1@asd.com |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
+ | student1 | Student | 1 | student1@example.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
And the following "courses" exist:
| fullname | shortname | category |
| Course 1 | C1 | 0 |
diff --git a/mod/forum/tests/behat/discussion_display.feature b/mod/forum/tests/behat/discussion_display.feature
index 7b7f2b80488..c01188cd651 100644
--- a/mod/forum/tests/behat/discussion_display.feature
+++ b/mod/forum/tests/behat/discussion_display.feature
@@ -7,7 +7,7 @@ Feature: Students can choose from 4 discussion display options and their choice
Background:
Given the following "users" exist:
| username | firstname | lastname | email |
- | student1 | Student | 1 | student1@asd.com |
+ | student1 | Student | 1 | student1@example.com |
And the following "courses" exist:
| fullname | shortname | category |
| Course 1 | C1 | 0 |
diff --git a/mod/forum/tests/behat/edit_post_student.feature b/mod/forum/tests/behat/edit_post_student.feature
index 29f269bfa6a..6b3d5a8c915 100644
--- a/mod/forum/tests/behat/edit_post_student.feature
+++ b/mod/forum/tests/behat/edit_post_student.feature
@@ -7,7 +7,7 @@ Feature: Students can edit or delete their forum posts within a set time limit
Background:
Given the following "users" exist:
| username | firstname | lastname | email |
- | student1 | Student | 1 | student1@asd.com |
+ | student1 | Student | 1 | student1@example.com |
And the following "courses" exist:
| fullname | shortname | category |
| Course 1 | C1 | 0 |
diff --git a/mod/forum/tests/behat/edit_post_teacher.feature b/mod/forum/tests/behat/edit_post_teacher.feature
index 85f906933c7..3cc1dfd0e7b 100644
--- a/mod/forum/tests/behat/edit_post_teacher.feature
+++ b/mod/forum/tests/behat/edit_post_teacher.feature
@@ -7,8 +7,8 @@ Feature: Teachers can edit or delete any forum post
Background:
Given the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
- | student1 | Student | 1 | student1@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
+ | student1 | Student | 1 | student1@example.com |
And the following "courses" exist:
| fullname | shortname | category |
| Course 1 | C1 | 0 |
diff --git a/mod/forum/tests/behat/separate_group_discussions.feature b/mod/forum/tests/behat/separate_group_discussions.feature
index 3b5978f4441..5ffa6330fa0 100644
--- a/mod/forum/tests/behat/separate_group_discussions.feature
+++ b/mod/forum/tests/behat/separate_group_discussions.feature
@@ -7,10 +7,10 @@ Feature: Posting to all groups in a separate group discussion is restricted to u
Background:
Given the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
- | noneditor1 | Non-editing teacher | 1 | noneditor1@asd.com |
- | noneditor2 | Non-editing teacher | 2 | noneditor2@asd.com |
- | student1 | Student | 1 | student1@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
+ | noneditor1 | Non-editing teacher | 1 | noneditor1@example.com |
+ | noneditor2 | Non-editing teacher | 2 | noneditor2@example.com |
+ | student1 | Student | 1 | student1@example.com |
And the following "courses" exist:
| fullname | shortname | category |
| Course 1 | C1 | 0 |
diff --git a/mod/forum/tests/behat/separate_group_single_group_discussions.feature b/mod/forum/tests/behat/separate_group_single_group_discussions.feature
index d8745d11a77..c89a8a921a1 100644
--- a/mod/forum/tests/behat/separate_group_single_group_discussions.feature
+++ b/mod/forum/tests/behat/separate_group_single_group_discussions.feature
@@ -7,7 +7,7 @@ Feature: Posting to groups in a separate group discussion when restricted to gro
Background:
Given the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | teacher1 | teacher1 | teacher1@asd.com |
+ | teacher1 | teacher1 | teacher1 | teacher1@example.com |
And the following "courses" exist:
| fullname | shortname | category |
| Course 1 | C1 | 0 |
diff --git a/mod/forum/tests/behat/single_forum_discussion.feature b/mod/forum/tests/behat/single_forum_discussion.feature
index ddd724685da..cd6d196a67c 100644
--- a/mod/forum/tests/behat/single_forum_discussion.feature
+++ b/mod/forum/tests/behat/single_forum_discussion.feature
@@ -7,8 +7,8 @@ Feature: Single simple forum discussion type
Background:
Given the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
- | student1 | Student | 1 | student1@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
+ | student1 | Student | 1 | student1@example.com |
And the following "courses" exist:
| fullname | shortname | category |
| Course 1 | C1 | 0 |
diff --git a/mod/forum/tests/behat/track_read_posts.feature b/mod/forum/tests/behat/track_read_posts.feature
index 5bf1233ad0b..13d5ab90df7 100644
--- a/mod/forum/tests/behat/track_read_posts.feature
+++ b/mod/forum/tests/behat/track_read_posts.feature
@@ -7,8 +7,8 @@ Feature: A teacher can set one of 3 possible options for tracking read forum pos
Background:
Given the following "users" exist:
| username | firstname | lastname | email | trackforums |
- | student1 | Student | 1 | student1@asd.com | 1 |
- | student2 | Student | 2 | student2@asd.com | 0 |
+ | student1 | Student | 1 | student1@example.com | 1 |
+ | student2 | Student | 2 | student2@example.com | 0 |
And the following "courses" exist:
| fullname | shortname | category |
| Course 1 | C1 | 0 |
diff --git a/mod/glossary/tests/behat/categories.feature b/mod/glossary/tests/behat/categories.feature
index 9df26c3484b..f42dc43c1de 100644
--- a/mod/glossary/tests/behat/categories.feature
+++ b/mod/glossary/tests/behat/categories.feature
@@ -8,8 +8,8 @@ Feature: Glossary entries can be organised in categories
Scenario: Glossary entries can be organised in categories and categories can be autolinked
Given the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
- | student1 | Student | 1 | student1@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
+ | student1 | Student | 1 | student1@example.com |
And the following "courses" exist:
| fullname | shortname | category |
| Course 1 | C1 | 0 |
diff --git a/mod/glossary/tests/behat/entries_always_editable.feature b/mod/glossary/tests/behat/entries_always_editable.feature
index efc9c1e29bc..7fce28a949c 100644
--- a/mod/glossary/tests/behat/entries_always_editable.feature
+++ b/mod/glossary/tests/behat/entries_always_editable.feature
@@ -8,8 +8,8 @@ Feature: A teacher can set whether glossary entries are always editable or not
Scenario: Glossary entries are not always editable
Given the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
- | student1 | Student | 1 | student1@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
+ | student1 | Student | 1 | student1@example.com |
And the following "courses" exist:
| fullname | shortname | category |
| Course 1 | C1 | 0 |
diff --git a/mod/glossary/tests/behat/entries_require_approval.feature b/mod/glossary/tests/behat/entries_require_approval.feature
index eb35bb110c2..2d615be2620 100644
--- a/mod/glossary/tests/behat/entries_require_approval.feature
+++ b/mod/glossary/tests/behat/entries_require_approval.feature
@@ -7,9 +7,9 @@ Feature: A teacher can choose whether glossary entries require approval
Scenario: Approve and undo approve glossary entries
Given the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
- | student1 | Student | 1 | student1@asd.com |
- | student2 | Student | 2 | student2@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
+ | student1 | Student | 1 | student1@example.com |
+ | student2 | Student | 2 | student2@example.com |
And the following "courses" exist:
| fullname | shortname | category |
| Course 1 | C1 | 0 |
diff --git a/mod/glossary/tests/behat/prevent_duplicate_entries.feature b/mod/glossary/tests/behat/prevent_duplicate_entries.feature
index 55d9b1a7642..3009725faf8 100644
--- a/mod/glossary/tests/behat/prevent_duplicate_entries.feature
+++ b/mod/glossary/tests/behat/prevent_duplicate_entries.feature
@@ -8,7 +8,7 @@ Feature: A teacher can choose whether to allow duplicate entries in a glossary
Scenario: Prevent duplicate entries
Given the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
And the following "courses" exist:
| fullname | shortname | category |
| Course 1 | C1 | 0 |
diff --git a/mod/glossary/tests/behat/print_friendly_version.feature b/mod/glossary/tests/behat/print_friendly_version.feature
index 5b2cb8d3e86..0c48de53275 100644
--- a/mod/glossary/tests/behat/print_friendly_version.feature
+++ b/mod/glossary/tests/behat/print_friendly_version.feature
@@ -7,8 +7,8 @@ Feature: A teacher can choose whether to provide a printer-friendly glossary ent
Background:
Given the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
- | student1 | Student | 1 | student1@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
+ | student1 | Student | 1 | student1@example.com |
And the following "courses" exist:
| fullname | shortname | category |
| Course 1 | C1 | 0 |
diff --git a/mod/glossary/tests/behat/search_entries.feature b/mod/glossary/tests/behat/search_entries.feature
index fbc2800c1e7..c2f682328f0 100644
--- a/mod/glossary/tests/behat/search_entries.feature
+++ b/mod/glossary/tests/behat/search_entries.feature
@@ -7,8 +7,8 @@ Feature: Glossary entries can be searched or browsed by alphabet, category, date
Background:
Given the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
- | student1 | Student | 1 | student1@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
+ | student1 | Student | 1 | student1@example.com |
And the following "courses" exist:
| fullname | shortname | category |
| Course 1 | C1 | 0 |
diff --git a/mod/lesson/tests/behat/date_availability.feature b/mod/lesson/tests/behat/date_availability.feature
index 9d75adc15b4..6e47cc38a03 100644
--- a/mod/lesson/tests/behat/date_availability.feature
+++ b/mod/lesson/tests/behat/date_availability.feature
@@ -7,8 +7,8 @@ Feature: A teacher can set available from and deadline dates to access a lesson
Background:
Given the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
- | student1 | Student | 1 | student1@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
+ | student1 | Student | 1 | student1@example.com |
And the following "courses" exist:
| fullname | shortname | category |
| Course 1 | C1 | 0 |
diff --git a/mod/lesson/tests/behat/lesson_edit_cluster.feature b/mod/lesson/tests/behat/lesson_edit_cluster.feature
index e41b219f4f7..51a7b4c95a0 100644
--- a/mod/lesson/tests/behat/lesson_edit_cluster.feature
+++ b/mod/lesson/tests/behat/lesson_edit_cluster.feature
@@ -7,8 +7,8 @@ Feature: In a lesson activity, teacher can edit a cluster page
Background:
Given the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
- | student1 | Student | 1 | student1@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
+ | student1 | Student | 1 | student1@example.com |
And the following "courses" exist:
| fullname | shortname | category |
| Course 1 | C1 | 0 |
diff --git a/mod/lesson/tests/behat/lesson_edit_pages.feature b/mod/lesson/tests/behat/lesson_edit_pages.feature
index 843fe3b71df..0986bd0ac1c 100644
--- a/mod/lesson/tests/behat/lesson_edit_pages.feature
+++ b/mod/lesson/tests/behat/lesson_edit_pages.feature
@@ -7,8 +7,8 @@ Feature: In a lesson activity, teacher can edit lesson's pages
Background:
Given the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
- | student1 | Student | 1 | student1@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
+ | student1 | Student | 1 | student1@example.com |
And the following "courses" exist:
| fullname | shortname | category |
| Course 1 | C1 | 0 |
diff --git a/mod/lesson/tests/behat/lesson_essay_question.feature b/mod/lesson/tests/behat/lesson_essay_question.feature
index 74ce3ef4e4c..be48bd64a78 100644
--- a/mod/lesson/tests/behat/lesson_essay_question.feature
+++ b/mod/lesson/tests/behat/lesson_essay_question.feature
@@ -7,8 +7,8 @@ Feature: In a lesson activity, teacher can add an essay question
Scenario: questions with essay question
Given the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
- | student1 | Student | 1 | student1@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
+ | student1 | Student | 1 | student1@example.com |
And the following "courses" exist:
| fullname | shortname | category |
| Course 1 | C1 | 0 |
diff --git a/mod/lesson/tests/behat/lesson_informations_at_end.feature b/mod/lesson/tests/behat/lesson_informations_at_end.feature
index c997db84fa4..8360d123621 100644
--- a/mod/lesson/tests/behat/lesson_informations_at_end.feature
+++ b/mod/lesson/tests/behat/lesson_informations_at_end.feature
@@ -6,8 +6,8 @@ Feature: In a lesson activity, if custom scoring is not enabled, student should
Scenario: Informations at end of lesson if custom scoring not enabled
Given the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
- | student1 | Student | 1 | student1@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
+ | student1 | Student | 1 | student1@example.com |
And the following "courses" exist:
| fullname | shortname | category |
| Course 1 | C1 | 0 |
diff --git a/mod/lesson/tests/behat/lesson_navigation.feature b/mod/lesson/tests/behat/lesson_navigation.feature
index 1f3c051d1c7..f7581f7fbee 100644
--- a/mod/lesson/tests/behat/lesson_navigation.feature
+++ b/mod/lesson/tests/behat/lesson_navigation.feature
@@ -7,8 +7,8 @@ Feature: In a lesson activity, students can navigate through a series of pages i
Background:
Given the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
- | student1 | Student | 1 | student1@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
+ | student1 | Student | 1 | student1@example.com |
And the following "courses" exist:
| fullname | shortname | category |
| Course 1 | C1 | 0 |
diff --git a/mod/lesson/tests/behat/lesson_number_of_student_attempts.feature b/mod/lesson/tests/behat/lesson_number_of_student_attempts.feature
index d4fa271d9dc..260f9d43b3b 100644
--- a/mod/lesson/tests/behat/lesson_number_of_student_attempts.feature
+++ b/mod/lesson/tests/behat/lesson_number_of_student_attempts.feature
@@ -7,9 +7,9 @@ Feature: In My home, teacher can see the number of student attempts to lessons
Background:
Given the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
- | student1 | Student | 1 | student1@asd.com |
- | student2 | Student | 2 | student2@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
+ | student1 | Student | 1 | student1@example.com |
+ | student2 | Student | 2 | student2@example.com |
And the following "courses" exist:
| fullname | shortname | category |
| Course 1 | C1 | 0 |
diff --git a/mod/lesson/tests/behat/lesson_practice.feature b/mod/lesson/tests/behat/lesson_practice.feature
index 1aaf010dad6..73ef06c9864 100644
--- a/mod/lesson/tests/behat/lesson_practice.feature
+++ b/mod/lesson/tests/behat/lesson_practice.feature
@@ -7,8 +7,8 @@ Feature: Practice mode in a lesson activity
Background:
Given the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
- | student1 | Student | 1 | student1@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
+ | student1 | Student | 1 | student1@example.com |
And the following "courses" exist:
| fullname | shortname | category |
| Course 1 | C1 | 0 |
diff --git a/mod/lesson/tests/behat/lesson_review.feature b/mod/lesson/tests/behat/lesson_review.feature
index 053c3076f41..ae4683e8d8c 100644
--- a/mod/lesson/tests/behat/lesson_review.feature
+++ b/mod/lesson/tests/behat/lesson_review.feature
@@ -8,8 +8,8 @@ Feature: In a lesson activity, students can review the answers they gave to ques
Scenario: Student answers questions and then reviews them.
Given the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
- | student1 | Student | 1 | student1@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
+ | student1 | Student | 1 | student1@example.com |
And the following "courses" exist:
| fullname | shortname | category |
| Course 1 | C1 | 0 |
diff --git a/mod/lesson/tests/behat/lesson_student_resume.feature b/mod/lesson/tests/behat/lesson_student_resume.feature
index fb9bd869166..5fe36dbc410 100644
--- a/mod/lesson/tests/behat/lesson_student_resume.feature
+++ b/mod/lesson/tests/behat/lesson_student_resume.feature
@@ -5,8 +5,8 @@ Feature: In a lesson activity a student should
Background:
Given the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
- | student1 | Student | 1 | student1@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
+ | student1 | Student | 1 | student1@example.com |
And the following "courses" exist:
| fullname | shortname | category |
| Course 1 | C1 | 0 |
diff --git a/mod/lesson/tests/behat/lesson_with_clusters.feature b/mod/lesson/tests/behat/lesson_with_clusters.feature
index 60fdee3952f..685b07d95b1 100644
--- a/mod/lesson/tests/behat/lesson_with_clusters.feature
+++ b/mod/lesson/tests/behat/lesson_with_clusters.feature
@@ -7,8 +7,8 @@ Feature: In a lesson activity, students can see questions in random order
Background:
Given the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
- | student1 | Student | 1 | student1@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
+ | student1 | Student | 1 | student1@example.com |
And the following "courses" exist:
| fullname | shortname | category |
| Course 1 | C1 | 0 |
diff --git a/mod/lesson/tests/behat/lesson_with_subcluster.feature b/mod/lesson/tests/behat/lesson_with_subcluster.feature
index a697f465a5b..c1348f731be 100644
--- a/mod/lesson/tests/behat/lesson_with_subcluster.feature
+++ b/mod/lesson/tests/behat/lesson_with_subcluster.feature
@@ -7,8 +7,8 @@ Feature: In a lesson activity, students can see questions in random order and a
Background:
Given the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
- | student1 | Student | 1 | student1@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
+ | student1 | Student | 1 | student1@example.com |
And the following "courses" exist:
| fullname | shortname | category |
| Course 1 | C1 | 0 |
diff --git a/mod/lesson/tests/behat/link_to_gradebook.feature b/mod/lesson/tests/behat/link_to_gradebook.feature
index 3edbd08ed28..a6c93432c04 100644
--- a/mod/lesson/tests/behat/link_to_gradebook.feature
+++ b/mod/lesson/tests/behat/link_to_gradebook.feature
@@ -7,8 +7,8 @@ Feature: link to gradebook on the end of lesson page
Background:
Given the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
- | student1 | Student | 1 | student1@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
+ | student1 | Student | 1 | student1@example.com |
And the following "courses" exist:
| fullname | shortname | category |
| Course 1 | C1 | 0 |
diff --git a/mod/lesson/tests/behat/password_protection.feature b/mod/lesson/tests/behat/password_protection.feature
index 74548e27072..da5ed445565 100644
--- a/mod/lesson/tests/behat/password_protection.feature
+++ b/mod/lesson/tests/behat/password_protection.feature
@@ -8,8 +8,8 @@ Feature: A teacher can password protect a lesson
Scenario: Accessing as student to a protected lesson
Given the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
- | student1 | Student | 1 | student1@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
+ | student1 | Student | 1 | student1@example.com |
And the following "courses" exist:
| fullname | shortname | category |
| Course 1 | C1 | 0 |
diff --git a/mod/lesson/tests/behat/time_limit.feature b/mod/lesson/tests/behat/time_limit.feature
index 9089bae6edd..80c4e5e2da0 100644
--- a/mod/lesson/tests/behat/time_limit.feature
+++ b/mod/lesson/tests/behat/time_limit.feature
@@ -8,8 +8,8 @@ Feature: A teacher can set a time limit for a lesson
Scenario: Accessing as student to a lesson with time limit
Given the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
- | student1 | Student | 1 | student1@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
+ | student1 | Student | 1 | student1@example.com |
And the following "courses" exist:
| fullname | shortname | category |
| Course 1 | C1 | 0 |
diff --git a/mod/quiz/tests/behat/add_quiz.feature b/mod/quiz/tests/behat/add_quiz.feature
index ea5cfbc0485..f54b30ed0d3 100644
--- a/mod/quiz/tests/behat/add_quiz.feature
+++ b/mod/quiz/tests/behat/add_quiz.feature
@@ -6,9 +6,9 @@ Feature: Add a quiz
Background:
Given the following "users" exist:
- | username | firstname | lastname | email |
- | teacher1 | Terry1 | Teacher1 | teacher1@moodle.com |
- | student1 | Sam1 | Student1 | student1@moodle.com |
+ | username | firstname | lastname | email |
+ | teacher1 | Terry1 | Teacher1 | teacher1@example.com |
+ | student1 | Sam1 | Student1 | student1@example.com |
And the following "courses" exist:
| fullname | shortname | category |
| Course 1 | C1 | 0 |
diff --git a/mod/quiz/tests/behat/attempt.feature b/mod/quiz/tests/behat/attempt.feature
index 77627c45827..248a3e50eba 100644
--- a/mod/quiz/tests/behat/attempt.feature
+++ b/mod/quiz/tests/behat/attempt.feature
@@ -6,8 +6,8 @@ Feature: Attemp a quiz where some questions require that the previous question h
Background:
Given the following "users" exist:
- | username | firstname | lastname | email |
- | student | Student | One | student@moodle.com |
+ | username | firstname | lastname | email |
+ | student | Student | One | student@example.com |
And the following "courses" exist:
| fullname | shortname | category |
| Course 1 | C1 | 0 |
diff --git a/mod/scorm/tests/behat/add_scorm.feature b/mod/scorm/tests/behat/add_scorm.feature
index 85a72495ece..b7c09b057d8 100644
--- a/mod/scorm/tests/behat/add_scorm.feature
+++ b/mod/scorm/tests/behat/add_scorm.feature
@@ -8,8 +8,8 @@ Feature: Add scorm activity
Scenario: Add a scorm activity to a course
Given the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
- | student1 | Student | 1 | student1@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
+ | student1 | Student | 1 | student1@example.com |
And the following "courses" exist:
| fullname | shortname | category |
| Course 1 | C1 | 0 |
diff --git a/mod/survey/tests/behat/survey_types.feature b/mod/survey/tests/behat/survey_types.feature
index a062efd852b..691e934b565 100644
--- a/mod/survey/tests/behat/survey_types.feature
+++ b/mod/survey/tests/behat/survey_types.feature
@@ -7,7 +7,7 @@ Feature: A teacher can set three types of survey activity
Scenario: Switching between the three survey types
Given the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
And the following "courses" exist:
| fullname | shortname | format |
| Course 1 | C1 | topics |
diff --git a/mod/wiki/tests/behat/collaborative_individual.feature b/mod/wiki/tests/behat/collaborative_individual.feature
index b64d6d94356..f800f9c8ed9 100644
--- a/mod/wiki/tests/behat/collaborative_individual.feature
+++ b/mod/wiki/tests/behat/collaborative_individual.feature
@@ -8,9 +8,9 @@ Feature: A teacher can set a wiki to be collaborative or individual
Scenario: Collaborative and individual wikis
Given the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
- | student1 | Student | 1 | student1@asd.com |
- | student2 | Student | 2 | student2@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
+ | student1 | Student | 1 | student1@example.com |
+ | student2 | Student | 2 | student2@example.com |
And the following "courses" exist:
| fullname | shortname | category |
| Course 1 | C1 | 0 |
diff --git a/mod/wiki/tests/behat/edit_tags.feature b/mod/wiki/tests/behat/edit_tags.feature
index a3e3dfd0a73..4d7aa46333a 100644
--- a/mod/wiki/tests/behat/edit_tags.feature
+++ b/mod/wiki/tests/behat/edit_tags.feature
@@ -7,8 +7,8 @@ Feature: Edited wiki pages handle tags correctly
Background:
Given the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
- | student1 | Student | 1 | student1@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
+ | student1 | Student | 1 | student1@example.com |
And the following "courses" exist:
| fullname | shortname | category |
| Course 1 | C1 | 0 |
diff --git a/mod/wiki/tests/behat/page_history.feature b/mod/wiki/tests/behat/page_history.feature
index c120de1c98c..49ac414288c 100644
--- a/mod/wiki/tests/behat/page_history.feature
+++ b/mod/wiki/tests/behat/page_history.feature
@@ -8,9 +8,9 @@ Feature: A history of each wiki page is available
Scenario: Wiki page edition history changes list
Given the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
- | student1 | Student | 1 | student1@asd.com |
- | student2 | Student | 2 | student2@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
+ | student1 | Student | 1 | student1@example.com |
+ | student2 | Student | 2 | student2@example.com |
And the following "courses" exist:
| fullname | shortname | category |
| Course 1 | C1 | 0 |
diff --git a/mod/wiki/tests/behat/preview_page.feature b/mod/wiki/tests/behat/preview_page.feature
index a6147434263..2c9a7ce4558 100644
--- a/mod/wiki/tests/behat/preview_page.feature
+++ b/mod/wiki/tests/behat/preview_page.feature
@@ -7,8 +7,8 @@ Feature: Edited wiki pages may be previewed before saving
Background:
Given the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
- | student1 | Student | 1 | student1@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
+ | student1 | Student | 1 | student1@example.com |
And the following "courses" exist:
| fullname | shortname | category |
| Course 1 | C1 | 0 |
diff --git a/mod/wiki/tests/behat/wiki_comments.feature b/mod/wiki/tests/behat/wiki_comments.feature
index e42cd80fce9..5b23e185eff 100644
--- a/mod/wiki/tests/behat/wiki_comments.feature
+++ b/mod/wiki/tests/behat/wiki_comments.feature
@@ -7,9 +7,9 @@ Feature: Users can comment on wiki pages
Background:
Given the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
- | student1 | Student | 1 | student1@asd.com |
- | student2 | Student | 2 | student2@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
+ | student1 | Student | 1 | student1@example.com |
+ | student2 | Student | 2 | student2@example.com |
And the following "courses" exist:
| fullname | shortname | category |
| Course 1 | C1 | 0 |
diff --git a/mod/wiki/tests/behat/wiki_formats.feature b/mod/wiki/tests/behat/wiki_formats.feature
index 7a130ea2ad3..c815f2b323e 100644
--- a/mod/wiki/tests/behat/wiki_formats.feature
+++ b/mod/wiki/tests/behat/wiki_formats.feature
@@ -7,7 +7,7 @@ Feature: There is a choice of formats for editing a wiki page
Background:
Given the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
And the following "courses" exist:
| fullname | shortname | category |
| Course 1 | C1 | 0 |
diff --git a/mod/wiki/tests/behat/wiki_search.feature b/mod/wiki/tests/behat/wiki_search.feature
index 3f564c99c2c..ef9a5dbd7b6 100644
--- a/mod/wiki/tests/behat/wiki_search.feature
+++ b/mod/wiki/tests/behat/wiki_search.feature
@@ -7,9 +7,9 @@ Feature: Users can search wikis
Background:
Given the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
- | student1 | Student | 1 | student1@asd.com |
- | student2 | Student | 2 | student2@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
+ | student1 | Student | 1 | student1@example.com |
+ | student2 | Student | 2 | student2@example.com |
And the following "courses" exist:
| fullname | shortname | category |
| Course 1 | C1 | 0 |
diff --git a/mod/workshop/tests/behat/workshop_assessment.feature b/mod/workshop/tests/behat/workshop_assessment.feature
index 63f4f2f9208..53a8c0a5d7c 100644
--- a/mod/workshop/tests/behat/workshop_assessment.feature
+++ b/mod/workshop/tests/behat/workshop_assessment.feature
@@ -7,11 +7,11 @@ Feature: Workshop submission and assessment
Background:
Given the following "users" exist:
| username | firstname | lastname | email |
- | student1 | Sam1 | Student1 | student1@asd.com |
- | student2 | Sam2 | Student2 | student2@asd.com |
- | student3 | Sam3 | Student3 | student3@asd.com |
- | student4 | Sam4 | Student4 | student3@asd.com |
- | teacher1 | Terry1 | Teacher1 | teacher1@asd.com |
+ | student1 | Sam1 | Student1 | student1@example.com |
+ | student2 | Sam2 | Student2 | student2@example.com |
+ | student3 | Sam3 | Student3 | student3@example.com |
+ | student4 | Sam4 | Student4 | student3@example.com |
+ | teacher1 | Terry1 | Teacher1 | teacher1@example.com |
And the following "courses" exist:
| fullname | shortname |
| Course1 | c1 |
diff --git a/my/tests/behat/add_blocks.feature b/my/tests/behat/add_blocks.feature
index 740febfdd4c..c55a35f105b 100644
--- a/my/tests/behat/add_blocks.feature
+++ b/my/tests/behat/add_blocks.feature
@@ -7,8 +7,8 @@ Feature: Add blocks to my home page
Background:
Given the following "users" exist:
| username | firstname | lastname | email |
- | student1 | Student | 1 | student1@asd.com |
- | student2 | Student | 2 | student2@asd.com |
+ | student1 | Student | 1 | student1@example.com |
+ | student2 | Student | 2 | student2@example.com |
And the following "courses" exist:
| fullname | shortname | format |
| Course 1 | C1 | topics |
diff --git a/my/tests/behat/reset_page.feature b/my/tests/behat/reset_page.feature
index 0f1b1491793..89c17f87cd5 100644
--- a/my/tests/behat/reset_page.feature
+++ b/my/tests/behat/reset_page.feature
@@ -7,8 +7,8 @@ Feature: Reset my home page to default
Background:
Given the following "users" exist:
| username | firstname | lastname | email |
- | student1 | Student | 1 | student1@asd.com |
- | student2 | Student | 2 | student2@asd.com |
+ | student1 | Student | 1 | student1@example.com |
+ | student2 | Student | 2 | student2@example.com |
And the following "courses" exist:
| fullname | shortname | format |
| Course 1 | C1 | topics |
diff --git a/my/tests/behat/restrict_available_blocks.feature b/my/tests/behat/restrict_available_blocks.feature
index abcd337c55b..cb14704271d 100644
--- a/my/tests/behat/restrict_available_blocks.feature
+++ b/my/tests/behat/restrict_available_blocks.feature
@@ -8,7 +8,7 @@ Feature: Restrict which blocks can be added to My home
Background:
Given the following "users" exist:
| username | firstname | lastname | email |
- | student1 | Student | 1 | student1@asd.com |
+ | student1 | Student | 1 | student1@example.com |
And the following "courses" exist:
| fullname | shortname | format |
| Course 1 | C1 | topics |
diff --git a/question/tests/behat/copy_questions.feature b/question/tests/behat/copy_questions.feature
index b83f6396aab..d6a267c9ac6 100644
--- a/question/tests/behat/copy_questions.feature
+++ b/question/tests/behat/copy_questions.feature
@@ -7,7 +7,7 @@ Feature: A teacher can duplicate questions in the question bank
Background:
Given the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
And the following "courses" exist:
| fullname | shortname | format |
| Course 1 | C1 | weeks |
diff --git a/question/tests/behat/delete_questions.feature b/question/tests/behat/delete_questions.feature
index 5f5874212aa..7fb67406307 100644
--- a/question/tests/behat/delete_questions.feature
+++ b/question/tests/behat/delete_questions.feature
@@ -7,7 +7,7 @@ Feature: A teacher can delete questions in the question bank
Background:
Given the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
And the following "courses" exist:
| fullname | shortname | format |
| Course 1 | C1 | weeks |
diff --git a/question/tests/behat/edit_questions.feature b/question/tests/behat/edit_questions.feature
index 74ade58e584..2824d5477b0 100644
--- a/question/tests/behat/edit_questions.feature
+++ b/question/tests/behat/edit_questions.feature
@@ -7,7 +7,7 @@ Feature: A teacher can edit questions in the question bank
Background:
Given the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
And the following "courses" exist:
| fullname | shortname | format |
| Course 1 | C1 | weeks |
diff --git a/question/tests/behat/preview_question.feature b/question/tests/behat/preview_question.feature
index 52dfe29683e..f466cfaadbe 100644
--- a/question/tests/behat/preview_question.feature
+++ b/question/tests/behat/preview_question.feature
@@ -7,7 +7,7 @@ Feature: A teacher can preview questions in the question bank
Background:
Given the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
And the following "courses" exist:
| fullname | shortname | format |
| Course 1 | C1 | weeks |
diff --git a/question/tests/behat/question_categories.feature b/question/tests/behat/question_categories.feature
index 4bf4b839405..81b3f40f790 100644
--- a/question/tests/behat/question_categories.feature
+++ b/question/tests/behat/question_categories.feature
@@ -7,7 +7,7 @@ Feature: A teacher can put questions in categories in the question bank
Background:
Given the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
And the following "courses" exist:
| fullname | shortname | format |
| Course 1 | C1 | weeks |
diff --git a/question/tests/behat/sort_questions.feature b/question/tests/behat/sort_questions.feature
index 4b0b7cb1ae0..0e109c9a3cd 100644
--- a/question/tests/behat/sort_questions.feature
+++ b/question/tests/behat/sort_questions.feature
@@ -7,7 +7,7 @@ Feature: The questions in the question bank can be sorted in various ways
Background:
Given the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
And the following "courses" exist:
| fullname | shortname | format |
| Course 1 | C1 | weeks |
diff --git a/report/log/tests/behat/filter_log.feature b/report/log/tests/behat/filter_log.feature
index 1a8cb405dd5..623ce581a05 100644
--- a/report/log/tests/behat/filter_log.feature
+++ b/report/log/tests/behat/filter_log.feature
@@ -10,7 +10,7 @@ Feature: In a report, admin can filter log data
| Course 1 | C1 | 0 | 1 |
And the following "users" exist:
| username | firstname | lastname | email |
- | student1 | Student | 1 | student1@asd.com |
+ | student1 | Student | 1 | student1@example.com |
And the following "course enrolments" exist:
| user | course | role |
| admin | C1 | editingteacher |
diff --git a/report/log/tests/behat/user_log.feature b/report/log/tests/behat/user_log.feature
index a7d2c830eea..b1589563665 100644
--- a/report/log/tests/behat/user_log.feature
+++ b/report/log/tests/behat/user_log.feature
@@ -10,8 +10,8 @@ Feature: User can view activity log.
| Course 1 | C1 | 0 | 1 |
And the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
- | student1 | Student | 1 | student1@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
+ | student1 | Student | 1 | student1@example.com |
And the following "course enrolments" exist:
| user | course | role |
| teacher1 | C1 | editingteacher |
diff --git a/report/outline/tests/behat/outline.feature b/report/outline/tests/behat/outline.feature
index 3d316a87c91..be76b64af88 100644
--- a/report/outline/tests/behat/outline.feature
+++ b/report/outline/tests/behat/outline.feature
@@ -10,9 +10,9 @@ Feature: View an outline report
| Course 1 | C1 | topics |
And the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com
- | student1 | Student | 1 | student1@asd.com |
- | student2 | Student | 2 | student2@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com
+ | student1 | Student | 1 | student1@example.com |
+ | student2 | Student | 2 | student2@example.com |
And the following "course enrolments" exist:
| user | course | role |
| teacher1 | C1 | editingteacher |
diff --git a/report/outline/tests/behat/user.feature b/report/outline/tests/behat/user.feature
index 10a33bbad6f..c342f5a23a1 100644
--- a/report/outline/tests/behat/user.feature
+++ b/report/outline/tests/behat/user.feature
@@ -10,8 +10,8 @@ Feature: View the user page for the outline report
| Course 1 | C1 | topics | 1 |
And the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com
- | student1 | Student | 1 | student1@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com
+ | student1 | Student | 1 | student1@example.com |
And the following "course enrolments" exist:
| user | course | role |
| teacher1 | C1 | editingteacher |
diff --git a/report/participation/tests/behat/filter_participation.feature b/report/participation/tests/behat/filter_participation.feature
index 6820059b744..046f6258441 100644
--- a/report/participation/tests/behat/filter_participation.feature
+++ b/report/participation/tests/behat/filter_participation.feature
@@ -10,8 +10,8 @@ Feature: In a participation report, admin can filter student actions
| Course 1 | C1 | 0 | 1 |
And the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
- | student1 | Student | 1 | student1@asd.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
+ | student1 | Student | 1 | student1@example.com |
And the following "course enrolments" exist:
| user | course | role |
| teacher1 | C1 | editingteacher |
diff --git a/repository/tests/behat/create_shortcut.feature b/repository/tests/behat/create_shortcut.feature
index 988b49d2f0b..a6f69fa78bd 100644
--- a/repository/tests/behat/create_shortcut.feature
+++ b/repository/tests/behat/create_shortcut.feature
@@ -8,7 +8,7 @@ Feature: Create shortcuts
Scenario: Upload a file as a copy and as a shortcut in filemanager
Given the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Terry | Teacher | teacher1@asd.com |
+ | teacher1 | Terry | Teacher | teacher1@example.com |
And the following "courses" exist:
| fullname | shortname | category |
| Course 1 | C1 | 0 |
diff --git a/repository/tests/behat/overwrite_file.feature b/repository/tests/behat/overwrite_file.feature
index cebfc334ab4..24316f48cfd 100644
--- a/repository/tests/behat/overwrite_file.feature
+++ b/repository/tests/behat/overwrite_file.feature
@@ -8,7 +8,7 @@ Feature: Overwrite file feature
Scenario: Upload a file in filemanager and overwrite it
Given the following "users" exist:
| username | firstname | lastname | email |
- | teacher1 | Terry | Teacher | teacher1@asd.com |
+ | teacher1 | Terry | Teacher | teacher1@example.com |
And the following "courses" exist:
| fullname | shortname | category |
| Course 1 | C1 | 0 |
diff --git a/user/tests/behat/add_blocks.feature b/user/tests/behat/add_blocks.feature
index 48219a0f52b..9b40d8e2ffd 100644
--- a/user/tests/behat/add_blocks.feature
+++ b/user/tests/behat/add_blocks.feature
@@ -7,8 +7,8 @@ Feature: Add blocks to my profile page
Background:
Given the following "users" exist:
| username | firstname | lastname | email |
- | student1 | Student | 1 | student1@asd.com |
- | student2 | Student | 2 | student2@asd.com |
+ | student1 | Student | 1 | student1@example.com |
+ | student2 | Student | 2 | student2@example.com |
And the following "courses" exist:
| fullname | shortname | format |
| Course 1 | C1 | topics |
diff --git a/user/tests/behat/delete_users.feature b/user/tests/behat/delete_users.feature
index 7b5582836a9..0b624875cd7 100644
--- a/user/tests/behat/delete_users.feature
+++ b/user/tests/behat/delete_users.feature
@@ -7,10 +7,10 @@ Feature: Deleting users
Background:
Given the following "users" exist:
| username | firstname | lastname | email |
- | user1 | User | One | one@asd.com |
- | user2 | User | Two | two@asd.com |
- | user3 | User | Three | three@asd.com |
- | user4 | User | Four | four@asd.com |
+ | user1 | User | One | one@example.com |
+ | user2 | User | Two | two@example.com |
+ | user3 | User | Three | three@example.com |
+ | user4 | User | Four | four@example.com |
@javascript
Scenario: Deleting one user at a time
diff --git a/user/tests/behat/reset_page.feature b/user/tests/behat/reset_page.feature
index b713f9f7301..9a56aaa848a 100644
--- a/user/tests/behat/reset_page.feature
+++ b/user/tests/behat/reset_page.feature
@@ -7,8 +7,8 @@ Feature: Reset my profile page to default
Background:
Given the following "users" exist:
| username | firstname | lastname | email |
- | student1 | Student | 1 | student1@asd.com |
- | student2 | Student | 2 | student2@asd.com |
+ | student1 | Student | 1 | student1@example.com |
+ | student2 | Student | 2 | student2@example.com |
And the following "courses" exist:
| fullname | shortname | format |
| Course 1 | C1 | topics |
diff --git a/user/tests/behat/view_full_profile.feature b/user/tests/behat/view_full_profile.feature
index 87efb76e27d..f585eb8054e 100644
--- a/user/tests/behat/view_full_profile.feature
+++ b/user/tests/behat/view_full_profile.feature
@@ -7,9 +7,9 @@ Feature: Access to full profiles of users
Background:
Given the following "users" exist:
| username | firstname | lastname | email |
- | student1 | Student | 1 | student1@asd.com |
- | student2 | Student | 2 | student2@asd.com |
- | teacher1 | Teacher | 1 | teacher1@asd.com |
+ | student1 | Student | 1 | student1@example.com |
+ | student2 | Student | 2 | student2@example.com |
+ | teacher1 | Teacher | 1 | teacher1@example.com |
And the following "courses" exist:
| fullname | shortname | format |
| Course 1 | C1 | topics |
diff --git a/user/tests/externallib_test.php b/user/tests/externallib_test.php
index 633c6ff6e46..55f3a123939 100644
--- a/user/tests/externallib_test.php
+++ b/user/tests/externallib_test.php
@@ -49,7 +49,7 @@ class core_user_externallib_testcase extends externallib_advanced_testcase {
'idnumber' => 'idnumbertest1',
'firstname' => 'First Name User Test 1',
'lastname' => 'Last Name User Test 1',
- 'email' => 'usertest1@email.com',
+ 'email' => 'usertest1@example.com',
'address' => '2 Test Street Perth 6000 WA',
'phone1' => '01010101010',
'phone2' => '02020203',
@@ -208,7 +208,7 @@ class core_user_externallib_testcase extends externallib_advanced_testcase {
'idnumber' => 'idnumbertest1',
'firstname' => 'First Name User Test 1',
'lastname' => 'Last Name User Test 1',
- 'email' => 'usertest1@email.com',
+ 'email' => 'usertest1@example.com',
'address' => '2 Test Street Perth 6000 WA',
'phone1' => '01010101010',
'phone2' => '02020203',
@@ -370,7 +370,7 @@ class core_user_externallib_testcase extends externallib_advanced_testcase {
'idnumber' => 'idnumbertest1',
'firstname' => 'First Name User Test 1',
'lastname' => 'Last Name User Test 1',
- 'email' => 'usertest1@email.com',
+ 'email' => 'usertest1@example.com',
'address' => '2 Test Street Perth 6000 WA',
'phone1' => '01010101010',
'phone2' => '02020203',
@@ -418,7 +418,7 @@ class core_user_externallib_testcase extends externallib_advanced_testcase {
// Do the same call as admin to receive all possible fields.
$this->setAdminUser();
- $USER->email = "admin@fakeemail.com";
+ $USER->email = "admin@example.com";
// Call the external function.
$enrolledusers = core_user_external::get_course_user_profiles(array(
@@ -475,7 +475,7 @@ class core_user_externallib_testcase extends externallib_advanced_testcase {
'lastnamephonetic' => '最後のお名前のテスト一号',
'firstnamephonetic' => 'お名前のテスト一号',
'alternatename' => 'Alternate Name User Test 1',
- 'email' => 'usertest1@email.com',
+ 'email' => 'usertest1@example.com',
'description' => 'This is a description for user 1',
'city' => 'Perth',
'country' => 'au'
@@ -555,7 +555,7 @@ class core_user_externallib_testcase extends externallib_advanced_testcase {
'idnumber' => 'idnumbertest1',
'firstname' => 'First Name User Test 1',
'lastname' => 'Last Name User Test 1',
- 'email' => 'usertest1@email.com',
+ 'email' => 'usertest1@example.com',
'address' => '2 Test Street Perth 6000 WA',
'phone1' => '01010101010',
'phone2' => '02020203',
@@ -596,7 +596,7 @@ class core_user_externallib_testcase extends externallib_advanced_testcase {
// Do the same call as admin to receive all possible fields.
$this->setAdminUser();
- $USER->email = "admin@fakeemail.com";
+ $USER->email = "admin@example.com";
// Call the external function.
$returnedusers = core_user_external::get_users_by_id(array(
@@ -654,7 +654,7 @@ class core_user_externallib_testcase extends externallib_advanced_testcase {
'lastnamephonetic' => '最後のお名前のテスト一号',
'firstnamephonetic' => 'お名前のテスト一号',
'alternatename' => 'Alternate Name User Test 1',
- 'email' => 'usertest1@email.com',
+ 'email' => 'usertest1@example.com',
'description' => 'This is a description for user 1',
'city' => 'Perth',
'country' => 'au'
diff --git a/user/tests/userlib_test.php b/user/tests/userlib_test.php
index 10eea017259..f24788c12f0 100644
--- a/user/tests/userlib_test.php
+++ b/user/tests/userlib_test.php
@@ -112,7 +112,7 @@ class core_userliblib_testcase extends advanced_testcase {
'lastnamephonetic' => '最後のお名前のテスト一号',
'firstnamephonetic' => 'お名前のテスト一号',
'alternatename' => 'Alternate Name User Test 1',
- 'email' => 'usertest1@email.com',
+ 'email' => 'usertest1@example.com',
'description' => 'This is a description for user 1',
'city' => 'Perth',
'country' => 'au'