Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsgiehl <stefan@piwik.org>2018-06-20 20:05:51 +0300
committersgiehl <stefan@piwik.org>2018-06-20 20:05:51 +0300
commit7b6a112e8c9f893a9a4a6dcd91fa713ea164d19f (patch)
tree3433624c5cd8b5f454eda23cca67b1d02a9b6559 /plugins/GeoIp2
parentb8b2f75bc7696cfb4dbe99022c9c6c2a32cf8317 (diff)
fix test
Diffstat (limited to 'plugins/GeoIp2')
-rw-r--r--plugins/GeoIp2/tests/Integration/LocationProviderTest.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/GeoIp2/tests/Integration/LocationProviderTest.php b/plugins/GeoIp2/tests/Integration/LocationProviderTest.php
index fe7fb8b29c..02150ddc81 100644
--- a/plugins/GeoIp2/tests/Integration/LocationProviderTest.php
+++ b/plugins/GeoIp2/tests/Integration/LocationProviderTest.php
@@ -13,7 +13,7 @@ use Piwik\Plugins\GeoIp2\LocationProvider\GeoIp2;
/**
* @group GeoIp2
*/
-class ConvertRegionCodesToIsoTest extends \PHPUnit_Framework_TestCase
+class LocationProviderTest extends \PHPUnit_Framework_TestCase
{
public function testGeoIP2City()
{
@@ -60,6 +60,7 @@ class ConvertRegionCodesToIsoTest extends \PHPUnit_Framework_TestCase
$this->assertEquals([
'isp' => 'Matomo Internet',
+ 'org' => 'Matomo Internet',
], $result);
}