File tree 2 files changed +0
-9
lines changed
Provider/LocationIQ/Tests
2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change 20
20
*/
21
21
class AddressCollectionTest extends TestCase
22
22
{
23
- /**
24
- * @expectedException \Geocoder\Exception\CollectionIsEmpty
25
- */
26
23
public function testFirstOnEmpty ()
27
24
{
28
25
$ this ->expectException (\Geocoder \Exception \CollectionIsEmpty::class);
Original file line number Diff line number Diff line change @@ -26,9 +26,6 @@ protected function getCacheDir()
26
26
return __DIR__ .'/.cached_responses ' ;
27
27
}
28
28
29
- /**
30
- * @expectedException \Geocoder\Exception\InvalidServerResponse
31
- */
32
29
public function testGeocodeWithAddressGetsEmptyContent ()
33
30
{
34
31
$ this ->expectException (\Geocoder \Exception \InvalidServerResponse::class);
@@ -37,9 +34,6 @@ public function testGeocodeWithAddressGetsEmptyContent()
37
34
$ provider ->geocodeQuery (GeocodeQuery::create ('Läntinen Pitkäkatu 35, Turku ' ));
38
35
}
39
36
40
- /**
41
- * @expectedException \Geocoder\Exception\InvalidServerResponse
42
- */
43
37
public function testGeocodeWithAddressGetsEmptyXML ()
44
38
{
45
39
$ this ->expectException (\Geocoder \Exception \InvalidServerResponse::class);
You can’t perform that action at this time.
0 commit comments