| 1 | <?php |
||
| 13 | class testGoogleMaps extends TestCase { |
||
| 14 | |||
| 15 | /** |
||
| 16 | * @covers ::register_api_key |
||
| 17 | * @covers ::api_key |
||
| 18 | */ |
||
| 19 | public function testApiKeySetAndGet() { |
||
| 25 | |||
| 26 | /** |
||
| 27 | * @covers ::register_geocoder |
||
| 28 | * @covers ::geocoder |
||
| 29 | */ |
||
| 30 | public function testGeocoderSetAndGet() { |
||
| 38 | |||
| 39 | /** |
||
| 40 | * @covers ::make_new_map |
||
| 41 | */ |
||
| 42 | public function testMakeNewMap() { |
||
| 49 | |||
| 50 | } |
||
| 51 |