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>2016-04-10 23:33:04 +0300
committerThomas Steur <thomas.steur@gmail.com>2016-08-31 16:10:59 +0300
commit32214677564cb8ce4999098f8cdc2d5d5fd71e2a (patch)
tree71619b88859e3ca68ec2a46aec09d99c5fe0cbff /tests/PHPUnit/System/BackwardsCompatibility1XTest.php
parent0b3f3afbbb5cb3134e4b1d257afcec1642da743a (diff)
Update test files
Diffstat (limited to 'tests/PHPUnit/System/BackwardsCompatibility1XTest.php')
-rw-r--r--tests/PHPUnit/System/BackwardsCompatibility1XTest.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/PHPUnit/System/BackwardsCompatibility1XTest.php b/tests/PHPUnit/System/BackwardsCompatibility1XTest.php
index 79525cd28c..677272593d 100644
--- a/tests/PHPUnit/System/BackwardsCompatibility1XTest.php
+++ b/tests/PHPUnit/System/BackwardsCompatibility1XTest.php
@@ -119,6 +119,11 @@ class BackwardsCompatibility1XTest extends SystemTestCase
// did not exist in Piwik 1.X
'DevicesDetection.getBrowserEngines',
+ // now enriched with goal metrics
+ 'DevicesDetection.getType',
+ 'DevicesDetection.getBrand',
+ 'DevicesDetection.getModel',
+
// we test VisitFrequency explicitly
'VisitFrequency.get',