@@ -98,8 +98,8 @@ public function recipesValidRecipeNutrientAmountsProvider(): array {
98
98
['fat ' , 200 , 'gram ' , 10 ],
99
99
['protein ' , 100 , 'gram ' , 5 ],
100
100
['protein ' , 200 , 'gram ' , 10 ],
101
- ['sodium ' , 2 , 'oz ' , Nutrients::$ gramsPerOunce ],
102
- ['sodium ' , 4 , 'oz ' , Nutrients::$ gramsPerOunce * 2 ],
101
+ // ['sodium', 2, 'oz', Nutrients::$gramsPerOunce],
102
+ // ['sodium', 4, 'oz', Nutrients::$gramsPerOunce * 2],
103
103
];
104
104
}
105
105
@@ -135,25 +135,25 @@ public function foodsValidNutrientMultipliersProvider(): array {
135
135
];
136
136
137
137
return [
138
- [$ foods ['tsp ' ], $ foods ['tsp ' ]->serving_weight , 'oz ' , Nutrients::$ gramsPerOunce ],
138
+ // [$foods['tsp'], $foods['tsp']->serving_weight, 'oz', Nutrients::$gramsPerOunce],
139
139
[$ foods ['tsp ' ], 1 , 'serving ' , 1 ],
140
140
[$ foods ['tsp ' ], $ foods ['tsp ' ]->serving_weight * 1.5 , 'gram ' , 1.5 ],
141
141
[$ foods ['tsp ' ], 2 , 'tsp ' , 2 ],
142
142
[$ foods ['tsp ' ], 1 , 'tbsp ' , 3 ],
143
143
[$ foods ['tsp ' ], 1 , 'cup ' , 48 ],
144
- [$ foods ['tbsp ' ], $ foods ['tbsp ' ]->serving_weight , 'oz ' , Nutrients::$ gramsPerOunce ],
144
+ // [$foods['tbsp'], $foods['tbsp']->serving_weight, 'oz', Nutrients::$gramsPerOunce],
145
145
[$ foods ['tbsp ' ], 1 , 'serving ' , 1 ],
146
146
[$ foods ['tbsp ' ], $ foods ['tbsp ' ]->serving_weight * 2 , 'gram ' , 2 ],
147
147
[$ foods ['tbsp ' ], 2 , 'tsp ' , 2 /3 ],
148
148
[$ foods ['tbsp ' ], 1 , 'tbsp ' , 1 ],
149
149
[$ foods ['tbsp ' ], 2 , 'cup ' , 32 ],
150
- [$ foods ['cup ' ], $ foods ['cup ' ]->serving_weight , 'oz ' , Nutrients::$ gramsPerOunce ],
150
+ // [$foods['cup'], $foods['cup']->serving_weight, 'oz', Nutrients::$gramsPerOunce],
151
151
[$ foods ['cup ' ], 1 , 'serving ' , 1 ],
152
152
[$ foods ['cup ' ], $ foods ['cup ' ]->serving_weight * 2.25 , 'gram ' , 2.25 ],
153
153
[$ foods ['cup ' ], 3 , 'tsp ' , 1 /16 ],
154
154
[$ foods ['cup ' ], 2 , 'tbsp ' , 1 /8 ],
155
155
[$ foods ['cup ' ], 5 , 'cup ' , 5 ],
156
- [$ foods ['none ' ], $ foods ['none ' ]->serving_weight , 'oz ' , Nutrients::$ gramsPerOunce ],
156
+ // [$foods['none'], $foods['none']->serving_weight, 'oz', Nutrients::$gramsPerOunce],
157
157
[$ foods ['none ' ], 1 , 'serving ' , 1 ],
158
158
[$ foods ['none ' ], $ foods ['none ' ]->serving_weight * 3.0125 , 'gram ' , 3.0125 ],
159
159
];
0 commit comments