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 e15f36d commit 47690d5Copy full SHA for 47690d5
app/code/Magento/User/Test/Fixture/User.php
@@ -22,7 +22,7 @@ class User implements RevertibleDataFixtureInterface
22
private const DEFAULT_DATA = [
23
'username' => 'adminuser%uniqid%',
24
'firstname' => 'AdminFirstname%uniqid%',
25
- 'lastname' => 'Lastname %uniqid%',
+ 'lastname' => 'AdminLastname%uniqid%',
26
'email' => 'adminUser%uniqid%@example.com',
27
'password' => Bootstrap::ADMIN_PASSWORD,
28
'interface_locale' => 'en_US',
0 commit comments