1 | <?php |
||
14 | class RawMinkContext extends OriginalRawMinkContext { |
||
15 | |||
16 | /** |
||
17 | * Checks that the given element is of the given type. |
||
18 | * |
||
19 | * @param NodeElement $element |
||
20 | * The element to check. |
||
21 | * @param string $type |
||
22 | * The expected type. |
||
23 | * |
||
24 | * @throws ExpectationException |
||
25 | * Thrown when the given element is not of the expected type. |
||
26 | */ |
||
27 | public function assertElementType(NodeElement $element, $type) { |
||
32 | |||
33 | } |
||
34 |