| 1 | <?php |
||
| 14 | class ImageOverlayTest extends RectangleTest { |
||
| 15 | |||
| 16 | /** |
||
| 17 | * @see BaseElementTest::getClass |
||
| 18 | * |
||
| 19 | * @since 3.0 |
||
| 20 | * |
||
| 21 | * @return string |
||
| 22 | */ |
||
| 23 | public function getClass() { |
||
| 26 | |||
| 27 | public function validConstructorProvider() { |
||
| 33 | |||
| 34 | public function invalidConstructorProvider() { |
||
| 37 | |||
| 38 | /** |
||
| 39 | * @dataProvider instanceProvider |
||
| 40 | * |
||
| 41 | * @param ImageOverlay $imageOverlay |
||
| 42 | * @param array $arguments |
||
| 43 | */ |
||
| 44 | public function testGetImage( ImageOverlay $imageOverlay, array $arguments ) { |
||
| 47 | |||
| 48 | } |
||
| 49 | |||
| 52 |