.dev/tests/functional/model/fixtures/staff.data.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

return [
    0 => [
        'staff_id' => '1',
        'first_name' => 'Mike',
        'last_name' => 'Hillyer',
        'address_id' => '3',
        'picture' => null,
        'email' => 'Mike.Hillyer@sakilastaff.com',
        'store_id' => '1',
        'active' => '1',
        'username' => 'Mike',
        'password' => '8cb2237d0679ca88db6464eac60da96345513964',
        'last_update' => '2014-10-15 16:33:36',
    ],
    1 => [
        'staff_id' => '2',
        'first_name' => 'Jon',
        'last_name' => 'Stephens',
        'address_id' => '4',
        'picture' => null,
        'email' => 'Jon.Stephens@sakilastaff.com',
        'store_id' => '2',
        'active' => '1',
        'username' => 'Jon',
        'password' => '8cb2237d0679ca88db6464eac60da96345513964',
        'last_update' => '2006-02-15 04:57:16',
    ],
];