From 7714334dee2f1f5353183867ac6f5955f121e15f Mon Sep 17 00:00:00 2001 From: Thomas Steur Date: Mon, 3 Mar 2014 01:25:00 +0100 Subject: [PATCH] refs #57 do not call Insights API in 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 701f87b3a7f..c031074125e 100755 --- a/tests/PHPUnit/IntegrationTestCase.php +++ b/tests/PHPUnit/IntegrationTestCase.php @@ -273,7 +273,8 @@ public function setUp() 'UserCountry.getLocationFromIP', 'Dashboard', 'ExamplePluginTemplate', - 'CustomAlerts' + 'CustomAlerts', + 'Insights' ); const DEFAULT_USER_PASSWORD = 'nopass';