Blame view

tests/codeception/common/unit/fixtures/data/models/user.php 460 Bytes
4253cbec   root   first commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
  <?php

  

  return [

      [

          'username' => 'bayer.hudson',

          'auth_key' => 'HP187Mvq7Mmm3CTU80dLkGmni_FUH_lR',

          //password_0

          'password_hash' => '$2y$13$EjaPFBnZOQsHdGuHI.xvhuDp1fHpo8hKRSk6yshqa9c5EG8s3C3lO',

          'password_reset_token' => 'ExzkCOaYc1L8IOBs4wdTGGbgNiG3Wz1I_1402312317',

          'created_at' => '1402312317',

          'updated_at' => '1402312317',

          'email' => 'nicole.paucek@schultz.info',

      ],

  ];