From 72ed0c0d4c7ae66487f4760dc31a6803a6b0d58b Mon Sep 17 00:00:00 2001
From: diosmosis <benakamoorthi@fastmail.fm>
Date: Fri, 7 Feb 2014 09:18:14 +0000
Subject: [PATCH] Adding CustomALerts to API not to call for Integration tests.

---
 tests/PHPUnit/IntegrationTestCase.php | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tests/PHPUnit/IntegrationTestCase.php b/tests/PHPUnit/IntegrationTestCase.php
index 15724dfd4b..33df61b171 100755
--- a/tests/PHPUnit/IntegrationTestCase.php
+++ b/tests/PHPUnit/IntegrationTestCase.php
@@ -272,7 +272,8 @@ abstract class IntegrationTestCase extends PHPUnit_Framework_TestCase
         'SegmentEditor',
         'UserCountry.getLocationFromIP',
         'Dashboard',
-        'ExamplePluginTemplate'
+        'ExamplePluginTemplate',
+        'CustomAlerts'
     );
 
     const DEFAULT_USER_PASSWORD = 'nopass';
-- 
GitLab