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
path: root/tests
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2013-04-14 13:52:13 +0400
committermattab <matthieu.aubry@gmail.com>2013-04-14 13:52:13 +0400
commit7853d2d1d04b2fd59630d116055bf439d843076c (patch)
treedeaeb79834f031805c957280dd04f4ef3dbabc0e /tests
parent1c41d3cb6f7aaae69b08d6926a3b8375c893ad62 (diff)
fixes #3892 Fixing + testing filter_truncate on getPlugin
Diffstat (limited to 'tests')
-rw-r--r--tests/PHPUnit/Integration/OneVisitor_LongUrlsTruncatedTest.php7
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/PHPUnit/Integration/OneVisitor_LongUrlsTruncatedTest.php b/tests/PHPUnit/Integration/OneVisitor_LongUrlsTruncatedTest.php
index 4d18196094..02156d7a54 100644
--- a/tests/PHPUnit/Integration/OneVisitor_LongUrlsTruncatedTest.php
+++ b/tests/PHPUnit/Integration/OneVisitor_LongUrlsTruncatedTest.php
@@ -24,7 +24,12 @@ class Test_Piwik_Integration_OneVisitor_LongUrlsTruncated extends IntegrationTes
public function getApiForTesting()
{
- $apiToCall = array('Referers.getKeywords', 'Actions.getPageUrls');
+ $apiToCall = array(
+ 'Referers.getKeywords',
+ 'Actions.getPageUrls',
+
+ // Specifically testing getPlugin filter_truncate works
+ 'UserSettings.getPlugin');
return array(
array($apiToCall, array('idSite' => self::$fixture->idSite,