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:
Diffstat (limited to 'tests/PHPUnit/Integration/Plugins/MultiSitesTest.php')
-rw-r--r--tests/PHPUnit/Integration/Plugins/MultiSitesTest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/PHPUnit/Integration/Plugins/MultiSitesTest.php b/tests/PHPUnit/Integration/Plugins/MultiSitesTest.php
index 449a7d748c..4b30d562c8 100644
--- a/tests/PHPUnit/Integration/Plugins/MultiSitesTest.php
+++ b/tests/PHPUnit/Integration/Plugins/MultiSitesTest.php
@@ -32,7 +32,6 @@ class Plugins_MultiSitesTest extends DatabaseTestCase
\Piwik\Plugin\Manager::getInstance()->installLoadedPlugins();
}
-
/**
* Testing that getOne returns a row even when there are no data
* This is necessary otherwise ResponseBuilder throws 'Call to a member function getColumns() on a non-object'