1 | <?php |
||
16 | class TestMarkerModel extends TestCase { |
||
17 | |||
18 | /** |
||
19 | * @var Location |
||
20 | */ |
||
21 | private $_location; |
||
22 | |||
23 | /** |
||
24 | * @var Marker_Model |
||
25 | */ |
||
26 | private $_model; |
||
27 | |||
28 | /** |
||
29 | * @var Mock |
||
30 | */ |
||
31 | private $_geocoder; |
||
32 | |||
33 | |||
34 | public function setUp() { |
||
53 | |||
54 | |||
55 | /** |
||
56 | * @covers ::latitude |
||
57 | */ |
||
58 | public function testLatitude() { |
||
61 | |||
62 | /** |
||
63 | * @covers ::location |
||
64 | */ |
||
65 | public function testLocation() { |
||
68 | |||
69 | /** |
||
70 | * @covers ::longitude |
||
71 | */ |
||
72 | public function testLongitude() { |
||
75 | |||
76 | /** |
||
77 | * @covers ::_geocoder |
||
78 | */ |
||
79 | public function testGeocoder() { |
||
82 | |||
83 | /** |
||
84 | * @covers ::_geocoder |
||
85 | */ |
||
86 | public function testCreateGeocoder() { |
||
90 | } |