| 1 | <?php |
||
| 10 | class BillingAddress extends AbstractAddressExtractor |
||
| 11 | { |
||
| 12 | const EXTRACTOR = 'Customer\Order\BillingAddress'; |
||
| 13 | |||
| 14 | /** |
||
| 15 | * @var AbstractThemeConfiguration |
||
| 16 | */ |
||
| 17 | |||
| 18 | protected $theme; |
||
| 19 | |||
| 20 | public function __construct(WebDriver $webDriver, AbstractMagentoTestCase $testCase, AbstractThemeConfiguration $theme) |
||
| 24 | |||
| 25 | public function getBaseXpath() |
||
| 29 | |||
| 30 | } |