1 | <?php |
||
11 | class OrderId extends AbstractExtractor implements StepInterface |
||
12 | { |
||
13 | |||
14 | const EXTRACTOR = 'Checkout\OrderId'; |
||
15 | |||
16 | public function __construct(WebDriver $webDriver, AbstractTestCase $testCase, AbstractThemeConfiguration $theme) |
||
20 | |||
21 | |||
22 | public function getOrderId() |
||
26 | |||
27 | public function extract() |
||
41 | |||
42 | public function execute() |
||
47 | |||
48 | public function nextAction() |
||
52 | |||
53 | } |