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 d386dab commit 7234523Copy full SHA for 7234523
app/code/Magento/User/Test/Fixture/User.php
@@ -20,7 +20,7 @@
20
class User implements RevertibleDataFixtureInterface
21
{
22
private const DEFAULT_DATA = [
23
- 'username' => 'admin_user_%uniqid%',
+ 'username' => 'adminuser%uniqid%',
24
'firstname' => 'Firstname %uniqid%',
25
'lastname' => 'Lastname %uniqid%',
26
'email' => 'admin_user_%uniqid%@email.com',
0 commit comments