1 | <?php |
||
6 | class ProductFeatureContext extends FeatureContext |
||
7 | { |
||
8 | |||
9 | /** |
||
10 | * @Then the page :arg1 should return status :arg2 |
||
11 | */ |
||
12 | public function thePageShouldReturnStatus($arg1, $arg2) |
||
19 | |||
20 | /** |
||
21 | * @Then the page :arg1 should return status :arg2 has title :arg3 and contain price :arg4 |
||
22 | */ |
||
23 | public function thePageShouldReturnStatusHasTitleAndContainPrice($arg1, $arg2, $arg3, $arg4) |
||
38 | } |
||
39 |