1 | <?php |
||
6 | class ProductFeatureContext extends FeatureContext |
||
7 | { |
||
8 | |||
9 | /** |
||
10 | * @Then the page :arg1 should be available |
||
11 | */ |
||
12 | public function thePageShouldBeAvailable($arg1) |
||
18 | |||
19 | /** |
||
20 | * @Then the page :arg1 should contain the price :arg2 |
||
21 | */ |
||
22 | public function thePageShouldContainThePrice($arg1, $arg2) |
||
35 | } |
||
36 |