| 1 | <?php |
||
| 13 | class ImageOverlayTest extends RectangleTest { |
||
| 14 | |||
| 15 | /** |
||
| 16 | * @see BaseElementTest::getClass |
||
| 17 | * |
||
| 18 | * @since 3.0 |
||
| 19 | * |
||
| 20 | * @return string |
||
| 21 | */ |
||
| 22 | public function getClass() { |
||
| 25 | |||
| 26 | public function validConstructorProvider() { |
||
| 35 | |||
| 36 | /** |
||
| 37 | * @dataProvider instanceProvider |
||
| 38 | * |
||
| 39 | * @param ImageOverlay $imageOverlay |
||
| 40 | * @param array $arguments |
||
| 41 | */ |
||
| 42 | public function testGetImage( ImageOverlay $imageOverlay, array $arguments ) { |
||
| 45 | |||
| 46 | } |
||
| 47 | |||
| 50 |