1 | <?php |
||
13 | class PolygonTest extends LineTest { |
||
14 | |||
15 | /** |
||
16 | * @see BaseElementTest::getClass |
||
17 | * |
||
18 | * @since 3.0 |
||
19 | * |
||
20 | * @return string |
||
21 | */ |
||
22 | public function getClass() { |
||
25 | |||
26 | /** |
||
27 | * @dataProvider instanceProvider |
||
28 | */ |
||
29 | public function testSetOnlyVisibleOnHover( Polygon $polygon ) { |
||
38 | |||
39 | /** |
||
40 | * @dataProvider instanceProvider |
||
41 | */ |
||
42 | public function testSetFillOpacity( Polygon $polygon ) { |
||
46 | |||
47 | protected function assertHasJsonKeyWithValue( Polygon $polygon, $key, $value ) { |
||
56 | |||
57 | /** |
||
58 | * @dataProvider instanceProvider |
||
59 | */ |
||
60 | public function testSetFillColor( Polygon $polygon ) { |
||
64 | |||
65 | } |
||
66 | |||
69 |