| 1 | <?php |
||
| 10 | class TermsAndConditions implements StepInterface |
||
| 11 | { |
||
| 12 | const ACTION = 'Checkout\Steps\TermsAndConditions'; |
||
| 13 | |||
| 14 | protected $webdriver; |
||
| 15 | protected $theme; |
||
| 16 | protected $testCase; |
||
| 17 | |||
| 18 | protected $checkboxText; |
||
| 19 | |||
| 20 | public function __construct( |
||
| 29 | |||
| 30 | public function setCheckboxText($text) |
||
| 34 | |||
| 35 | public function configureCheckout(AbstractCheckout $checkout, $before = 'Magium\Magento\Actions\Checkout\Steps\PlaceOrder') |
||
| 42 | |||
| 43 | public function execute() |
||
| 53 | |||
| 54 | public function nextAction() |
||
| 58 | } |