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:
Diffstat (limited to 'tests/PHPUnit/IntegrationTestCase.php')
-rwxr-xr-xtests/PHPUnit/IntegrationTestCase.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/PHPUnit/IntegrationTestCase.php b/tests/PHPUnit/IntegrationTestCase.php
index e4ca79e01f..717b9966e9 100755
--- a/tests/PHPUnit/IntegrationTestCase.php
+++ b/tests/PHPUnit/IntegrationTestCase.php
@@ -232,6 +232,7 @@ abstract class IntegrationTestCase extends PHPUnit_Framework_TestCase
public static $defaultApiNotToCall = array(
'LanguagesManager',
'DBStats',
+ 'Dashboard',
'UsersManager',
'SitesManager',
'ExampleUI',