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