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:
authordiosmosis <benaka@piwik.pro>2015-05-01 06:03:58 +0300
committerdiosmosis <benaka@piwik.pro>2015-05-01 06:03:58 +0300
commitd35273b3c77c19db9a1ad754d88ba4fb95ea239b (patch)
tree61bf0728e87fa759568da157cb8075c035a94a72 /tests/PHPUnit/Framework/Mock
parentc1e0a666e075461f74b4429decd69b4b4039a2aa (diff)
Remove GlobalSettingsProvider interface and replace w/ GlobalSettingsProvider class, the class is the old IniSettingsProvider class.
Diffstat (limited to 'tests/PHPUnit/Framework/Mock')
-rw-r--r--tests/PHPUnit/Framework/Mock/TestConfig.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/PHPUnit/Framework/Mock/TestConfig.php b/tests/PHPUnit/Framework/Mock/TestConfig.php
index 75c67e7d62..2abb04c5ae 100644
--- a/tests/PHPUnit/Framework/Mock/TestConfig.php
+++ b/tests/PHPUnit/Framework/Mock/TestConfig.php
@@ -20,7 +20,7 @@ class TestConfig extends Config
public function __construct($pathGlobal = null, $pathLocal = null, $pathCommon = null, $allowSave = false, $doSetTestEnvironment = true)
{
- \Piwik\Application\Kernel\GlobalSettingsProvider\IniSettingsProvider::unsetSingletonInstance();
+ \Piwik\Application\Kernel\GlobalSettingsProvider::unsetSingletonInstance();
parent::__construct($pathGlobal, $pathLocal, $pathCommon);