Add fixtures

This commit is contained in:
Andrea Marco Sartori 2023-06-04 17:24:20 +02:00
parent b324d3b545
commit 263de30577

View File

@ -78,6 +78,56 @@ return [
"type" => "Devil's Food", "type" => "Devil's Food",
], ],
], ],
'/batters/batter,/topping' => [
'batter' => [
[
"id" => "1001",
"type" => "Regular",
],
[
"id" => "1002",
"type" => "Chocolate",
],
[
"id" => "1003",
"type" => "Blueberry",
],
[
"id" => "1004",
"type" => "Devil's Food",
],
],
'topping' => [
[
"id" => "5001",
"type" => "None",
],
[
"id" => "5002",
"type" => "Glazed",
],
[
"id" => "5005",
"type" => "Sugar",
],
[
"id" => "5007",
"type" => "Powdered Sugar",
],
[
"id" => "5006",
"type" => "Chocolate with Sprinkles",
],
[
"id" => "5003",
"type" => "Chocolate",
],
[
"id" => "5004",
"type" => "Maple",
],
],
],
], ],
'empty_array' => [ 'empty_array' => [
'/-1,/-2' => [], '/-1,/-2' => [],