Files
yii2/tests/framework/test/data/array_fixture.php
╃巡洋艦㊣ 586684b050 2.0.5 bf7edc5
2015-07-30 09:52:33 +08:00

17 lines
337 B
PHP

<?php
return [
'customer1' => [
'email' => 'customer1@example.com',
'name' => 'customer1',
'address' => 'address1',
'status' => 1,
],
'customer2' => [
'email' => 'customer2@example.com',
'name' => 'customer2',
'address' => 'address2',
'status' => 2,
],
];