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/Framework/Mock/Settings/FakeSystemSettings.php')
-rw-r--r--tests/PHPUnit/Framework/Mock/Settings/FakeSystemSettings.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/PHPUnit/Framework/Mock/Settings/FakeSystemSettings.php b/tests/PHPUnit/Framework/Mock/Settings/FakeSystemSettings.php
index b7c77def9e..00b9554196 100644
--- a/tests/PHPUnit/Framework/Mock/Settings/FakeSystemSettings.php
+++ b/tests/PHPUnit/Framework/Mock/Settings/FakeSystemSettings.php
@@ -18,6 +18,11 @@ class FakeSystemSettings extends \Piwik\Plugins\ExampleSettingsPlugin\SystemSett
}
+ public function setTitle($title)
+ {
+ $this->title = $title;
+ }
+
public function makeSetting($name, $defaultValue, $type, $configureCallback)
{
return parent::makeSetting($name, $defaultValue, $type, $configureCallback);