Skip to content

Commit

Permalink
fixed frontend app fixture data
Browse files Browse the repository at this point in the history
  • Loading branch information
metalagman committed Jul 8, 2017
1 parent 162f139 commit 3550228
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions frontend/tests/_data/user_account.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
'auth_key' => 'iwTNae9t34OmnK6l4vT4IeaTk-YWI2Rv',
'password_hash' => '$2y$13$CXT0Rkle1EMJ/c1l5bylL.EylfmQ39O5JlHJVFpNn618OUS1HwaIi',
'password_reset_token' => 't5GU9NwpuGYSfb7FEZMAxqtuz2PkEvv_' . time(),
'created_at' => '1391885313',
'updated_at' => '1391885313',
'created_at' => '2016-11-19 13:45:00',
'updated_at' => '2016-11-19 13:45:00',
'email' => '[email protected]',
'status' => 1,
],
Expand All @@ -16,8 +16,8 @@
'auth_key' => 'EdKfXrx88weFMV0vIxuTMWKgfK2tS3Lp',
'password_hash' => '$2y$13$g5nv41Px7VBqhS3hVsVN2.MKfgT3jFdkXEsMC4rQJLfaMa7VaJqL2',
'password_reset_token' => '4BSNyiZNAuxjs5Mty990c47sVrgllIi_' . time(),
'created_at' => '1391885313',
'updated_at' => '1391885313',
'created_at' => '2016-11-19 13:48:00',
'updated_at' => '2016-11-19 13:48:00',
'email' => '[email protected]',
'status' => '0',
],
Expand Down

0 comments on commit 3550228

Please sign in to comment.