@@ -198,6 +198,7 @@ |
||
198 | 198 | |
199 | 199 | /** |
200 | 200 | * @Given /^(this product) is(?:| also) priced at ("[^"]+") in ("[^"]+" channel)$/ |
201 | + * @param integer $price |
|
201 | 202 | */ |
202 | 203 | public function thisProductIsAlsoPricedAtInChannel(ProductInterface $product, $price, ChannelInterface $channel) |
203 | 204 | { |