events/Tests/Functional/Fixtures/BeUsers.php

20 lines
406 B
PHP
Raw Normal View History

<?php
declare(strict_types=1);
return [
'be_users' => [
[
'uid' => 1,
'pid' => 0,
'tstamp' => 1366642540,
'username' => 'admin',
'password' => '$1$tCrlLajZ$C0sikFQQ3SWaFAZ1Me0Z/1', // password
'admin' => 1,
'disable' => 0,
'crdate' => 1366642540,
'deleted' => 0,
],
],
];