1 | <?php |
||
13 | class TestLocationModel extends TestCase { |
||
14 | |||
15 | /** |
||
16 | * @var Location_Model |
||
17 | */ |
||
18 | private $_location; |
||
19 | |||
20 | public function setUp() { |
||
30 | |||
31 | /** |
||
32 | * @covers ::__call |
||
33 | */ |
||
34 | public function testAddress() { |
||
37 | |||
38 | /** |
||
39 | * @covers ::__call |
||
40 | */ |
||
41 | public function testFormattedAddress() { |
||
44 | |||
45 | /** |
||
46 | * @covers ::__call |
||
47 | */ |
||
48 | public function testLatitude() { |
||
51 | |||
52 | /** |
||
53 | * @covers ::__call |
||
54 | */ |
||
55 | public function testLongitude() { |
||
58 | |||
59 | /** |
||
60 | * @covers ::__call() |
||
61 | */ |
||
62 | public function testPlaceId() { |
||
65 | |||
66 | /** |
||
67 | * @covers ::__call() |
||
68 | */ |
||
69 | public function testViewport() { |
||
72 | } |