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 d27cef9 commit 891af8fCopy full SHA for 891af8f
app/code/Magento/User/Test/Fixture/User.php
@@ -23,7 +23,7 @@ class User implements RevertibleDataFixtureInterface
23
'username' => 'adminuser%uniqid%',
24
'firstname' => 'AdminFirstname%uniqid%',
25
'lastname' => 'AdminLastname%uniqid%',
26
- 'email' => 'adminUser%uniqid%@example.com',
+ 'email' => 'adminuser%uniqid%@example.com',
27
'password' => Bootstrap::ADMIN_PASSWORD,
28
'interface_locale' => 'en_US',
29
'is_active' => 1
0 commit comments