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/Plugins/UserSettingsTest.php')
-rw-r--r--tests/PHPUnit/Plugins/UserSettingsTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/PHPUnit/Plugins/UserSettingsTest.php b/tests/PHPUnit/Plugins/UserSettingsTest.php
index fb99c787a6..6f9ac3d2d6 100644
--- a/tests/PHPUnit/Plugins/UserSettingsTest.php
+++ b/tests/PHPUnit/Plugins/UserSettingsTest.php
@@ -1005,7 +1005,7 @@ class UserSettingsTest extends PHPUnit_Framework_TestCase
if ($res === false)
$this->assertFalse($expected[0]);
else {
- $family = Piwik_getBrowserFamily($res['id']);
+ $family = \Piwik\Plugins\UserSettings\getBrowserFamily($res['id']);
$this->assertEquals($expected[0][0], $res['id']);
$this->assertEquals($expected[0][1], $res['name']);
$this->assertEquals($expected[0][2], $res['short_name']);