@@ 22-34 (lines=13) @@ | ||
19 | protected $customer; |
|
20 | protected $assertion; |
|
21 | ||
22 | public function __construct( |
|
23 | WebDriver $webDriver, |
|
24 | AbstractMagentoTestCase $testCase, |
|
25 | PaymentInformation $paymentInformation, |
|
26 | Customer $customer, |
|
27 | \Magium\Magento\Assertions\Checkout\PaymentMethods\SagePay $assertion |
|
28 | ) { |
|
29 | $this->webDriver = $webDriver; |
|
30 | $this->testCase = $testCase; |
|
31 | $this->paymentInformation = $paymentInformation; |
|
32 | $this->customer = $customer; |
|
33 | $this->assertion = $assertion; |
|
34 | } |
|
35 | ||
36 | public function getId() |
|
37 | { |
@@ 22-34 (lines=13) @@ | ||
19 | protected $customer; |
|
20 | protected $assertion; |
|
21 | ||
22 | public function __construct( |
|
23 | WebDriver $webDriver, |
|
24 | AbstractMagentoTestCase $testCase, |
|
25 | PaymentInformation $paymentInformation, |
|
26 | Customer $customer, |
|
27 | \Magium\Magento\Assertions\Checkout\PaymentMethods\SavedCC $assertion |
|
28 | ) { |
|
29 | $this->webDriver = $webDriver; |
|
30 | $this->testCase = $testCase; |
|
31 | $this->paymentInformation = $paymentInformation; |
|
32 | $this->customer = $customer; |
|
33 | $this->assertion = $assertion; |
|
34 | } |
|
35 | ||
36 | public function getId() |
|
37 | { |