| 1 | <?php |
||
| 10 | class Price implements SelectorAssertionInterface |
||
| 11 | { |
||
| 12 | |||
| 13 | const ASSERTION = 'Product\Price'; |
||
| 14 | |||
| 15 | protected $webDriver; |
||
| 16 | protected $theme; |
||
| 17 | |||
| 18 | public function __construct( |
||
| 26 | |||
| 27 | public function assertPrice($price, $includeCurrency = false) |
||
| 31 | |||
| 32 | public function assertSelector($selector, $includeCurrency = false) |
||
| 41 | |||
| 42 | } |
||
| 43 |