1 | <?php |
||
11 | class ShippingAddress extends AbstractAddressExtractor |
||
12 | { |
||
13 | |||
14 | const EXTRACTOR = 'Customer\Order\ShippingAddress'; |
||
15 | |||
16 | /** |
||
17 | * @var AbstractThemeConfiguration |
||
18 | */ |
||
19 | |||
20 | protected $theme; |
||
21 | |||
22 | public function __construct(WebDriver $webDriver, AbstractMagentoTestCase $testCase, AbstractThemeConfiguration $theme) |
||
26 | |||
27 | public function getBaseXpath() |
||
31 | |||
32 | } |