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

Summary

Maintainability
A
0 mins
Test Coverage
<?php

return [
    0 => [
        'store_id' => '1',
        'manager_staff_id' => '1',
        'address_id' => '1',
        'last_update' => '2006-02-15 04:57:12',
    ],
    1 => [
        'store_id' => '2',
        'manager_staff_id' => '2',
        'address_id' => '2',
        'last_update' => '2006-02-15 04:57:12',
    ],
];