Skip to content

Commit 0a1e768

Browse files
committed
fix fixture
1 parent 048e512 commit 0a1e768

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/Fixture/UsersFixture.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -144,17 +144,17 @@ public function __construct()
144144
'id' => '00000000-0000-0000-0000-000000000006',
145145
'username' => 'user-6',
146146
'email' => '[email protected]',
147-
'password' => '$2y$10$IPPgJNSfvATsMBLbv/2r8OtpyTBibyM1g5GDxD4PivW9qBRwRkRbC',
147+
'password' => '12345',
148148
'first_name' => 'first-user-6',
149149
'last_name' => 'firts name 6',
150150
'token' => 'token-6',
151-
'token_expires' => '2015-06-24 17:33:54',
151+
'token_expires' => '2045-06-24 17:33:54',
152152
'api_token' => '',
153153
'activation_date' => '2015-06-24 17:33:54',
154154
'secret' => '',
155155
'secret_verified' => false,
156156
'tos_date' => '2015-06-24 17:33:54',
157-
'active' => true,
157+
'active' => false,
158158
'is_superuser' => false,
159159
'role' => 'user',
160160
'created' => '2015-06-24 17:33:54',

0 commit comments

Comments
 (0)