1 | <?php |
||
16 | class testGoogleMaps extends TestCase { |
||
17 | |||
18 | /** |
||
19 | * @covers ::on_load |
||
20 | */ |
||
21 | public function testAutoloadWorks() { |
||
27 | |||
28 | /** |
||
29 | * @covers ::make_new_map |
||
30 | */ |
||
31 | public function testMakeNewMapReturnsMyMap() { |
||
40 | |||
41 | /** |
||
42 | * @covers ::make_marker_by_address |
||
43 | */ |
||
44 | public function testMakeMarkerByAddress() { |
||
51 | |||
52 | /** |
||
53 | * @covers ::make_marker_by_position |
||
54 | */ |
||
55 | public function testMakeMarkerByPosition() { |
||
62 | } |