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:
authorThomas Steur <thomas.steur@gmail.com>2014-10-09 07:18:32 +0400
committerThomas Steur <thomas.steur@gmail.com>2014-10-09 07:18:32 +0400
commitc89189697b9cd17a5c2df0f3794b12f5cb681655 (patch)
tree083f6375b6a2005531effb42e053693d08c04f2f /plugins/MobileMessaging/tests
parentafb1cb7b7ec20bf3c0213e2fcd8680a85686c6ff (diff)
parentcf2f71f36ffa139aec60a219aeb3748af66f477e (diff)
Merge branch 'master' into 5940_testRenamingAndCorrectFolders
Conflicts: tests/PHPUnit/phpunit.xml.dist
Diffstat (limited to 'plugins/MobileMessaging/tests')
-rw-r--r--plugins/MobileMessaging/tests/Integration/MobileMessagingTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/MobileMessaging/tests/Integration/MobileMessagingTest.php b/plugins/MobileMessaging/tests/Integration/MobileMessagingTest.php
index 6d2eb9849b..f387534bf3 100644
--- a/plugins/MobileMessaging/tests/Integration/MobileMessagingTest.php
+++ b/plugins/MobileMessaging/tests/Integration/MobileMessagingTest.php
@@ -255,7 +255,7 @@ class MobileMessagingTest extends IntegrationTestCase
\Piwik\Plugins\MobileMessaging\API::setSingletonInstance($stubbedAPIMobileMessaging);
$mobileMessaging = new MobileMessaging();
- $mobileMessaging->sendReport(MobileMessaging::MOBILE_TYPE, $report, $reportContent, null, null, $reportSubject, null, null);
+ $mobileMessaging->sendReport(MobileMessaging::MOBILE_TYPE, $report, $reportContent, null, null, $reportSubject, null, null, null, false);
\Piwik\Plugins\MobileMessaging\API::unsetInstance();
}