We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7234523 commit 54e42a6Copy full SHA for 54e42a6
app/code/Magento/User/Test/Fixture/User.php
@@ -23,7 +23,7 @@ class User implements RevertibleDataFixtureInterface
23
'username' => 'adminuser%uniqid%',
24
'firstname' => 'Firstname %uniqid%',
25
'lastname' => 'Lastname %uniqid%',
26
- 'email' => 'admin_user_%uniqid%@email.com',
+ 'email' => 'adminUser%uniqid%@example.com',
27
'password' => Bootstrap::ADMIN_PASSWORD,
28
'interface_locale' => 'en_US',
29
'is_active' => 1
0 commit comments