From 1f5334f697a0d1ffb6a3bf5d1cbb9f1b638ac956 Mon Sep 17 00:00:00 2001
From: JulienMoumne <julien@piwik.org>
Date: Wed, 15 Aug 2012 10:24:00 +0000
Subject: [PATCH] refs #2708 blacklisting MobileMessaging plugin from API
 integration tests

git-svn-id: http://dev.piwik.org/svn/trunk@6764 59fd770c-687e-43c8-a1e3-f5a4ff64c105
---
 tests/PHPUnit/IntegrationTestCase.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/PHPUnit/IntegrationTestCase.php b/tests/PHPUnit/IntegrationTestCase.php
index 90ff2bf2e8..4261f7a72b 100755
--- a/tests/PHPUnit/IntegrationTestCase.php
+++ b/tests/PHPUnit/IntegrationTestCase.php
@@ -119,6 +119,7 @@ abstract class IntegrationTestCase extends PHPUnit_Framework_TestCase
         'SEO',
         'ExampleAPI',
         'PDFReports',
+        'MobileMessaging',
         'API',
         'ImageGraph',
     );
-- 
GitLab