Skip to content

Commit

Permalink
fix fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
skie committed Nov 22, 2024
1 parent 048e512 commit 0a1e768
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/Fixture/UsersFixture.php
Original file line number Diff line number Diff line change
Expand Up @@ -144,17 +144,17 @@ public function __construct()
'id' => '00000000-0000-0000-0000-000000000006',
'username' => 'user-6',
'email' => '[email protected]',
'password' => '$2y$10$IPPgJNSfvATsMBLbv/2r8OtpyTBibyM1g5GDxD4PivW9qBRwRkRbC',
'password' => '12345',
'first_name' => 'first-user-6',
'last_name' => 'firts name 6',
'token' => 'token-6',
'token_expires' => '2015-06-24 17:33:54',
'token_expires' => '2045-06-24 17:33:54',
'api_token' => '',
'activation_date' => '2015-06-24 17:33:54',
'secret' => '',
'secret_verified' => false,
'tos_date' => '2015-06-24 17:33:54',
'active' => true,
'active' => false,
'is_superuser' => false,
'role' => 'user',
'created' => '2015-06-24 17:33:54',
Expand Down

0 comments on commit 0a1e768

Please sign in to comment.