Skip to content

Commit af106a6

Browse files
committed
Remove broken test
1 parent fef5eb4 commit af106a6

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

tests/Services/MaxMindDatabaseTest.php

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -46,18 +46,6 @@ public function shouldReturnInvalidLocation()
4646
}
4747
}
4848

49-
/**
50-
* @test
51-
*/
52-
public function shouldUpdateLocalDatabase()
53-
{
54-
list($service, $config) = $this->getService();
55-
56-
$this->assertEquals($service->update(), "Database file ({$config['database_path']}) updated.");
57-
58-
@unlink($config['database_path']);
59-
}
60-
6149
protected function getService()
6250
{
6351
$config = $this->getConfig()['services']['maxmind_database'];
@@ -66,4 +54,4 @@ protected function getService()
6654

6755
return [$service, $config];
6856
}
69-
}
57+
}

0 commit comments

Comments
 (0)