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-04-21 10:35:30 +0300
committersgiehl <stefan@piwik.org>2018-04-21 10:35:30 +0300
commitae7e3f2a98b8eff65d4b1fb3cb250d2d47b7951f (patch)
tree7f514e34605a177b2a695d90cdd756f869e7bf55 /plugins/Marketplace/tests
parent8e19afa523d9a607b9b083ab103a134236d4176e (diff)
fix test
Diffstat (limited to 'plugins/Marketplace/tests')
-rw-r--r--plugins/Marketplace/tests/System/Api/ClientTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Marketplace/tests/System/Api/ClientTest.php b/plugins/Marketplace/tests/System/Api/ClientTest.php
index 261dcdacc1..fb23147eb7 100644
--- a/plugins/Marketplace/tests/System/Api/ClientTest.php
+++ b/plugins/Marketplace/tests/System/Api/ClientTest.php
@@ -89,7 +89,7 @@ class ClientTest extends SystemTestCase
$this->assertNotEmpty($plugin);
$this->assertEquals($expectedPluginKeys, array_keys($plugin));
$this->assertSame('SecurityInfo', $plugin['name']);
- $this->assertSame('piwik', $plugin['owner']);
+ $this->assertSame('matomo-org', $plugin['owner']);
$this->assertTrue(is_array($plugin['keywords']));
$this->assertNotEmpty($plugin['authors']);
$this->assertGreaterThan(1000, $plugin['numDownloads']);