diff --git a/tests/PHPUnit/IntegrationTestCase.php b/tests/PHPUnit/IntegrationTestCase.php index 3ee7c7f59ca..c254d2ef2b5 100755 --- a/tests/PHPUnit/IntegrationTestCase.php +++ b/tests/PHPUnit/IntegrationTestCase.php @@ -123,6 +123,7 @@ public static function _setUpBeforeClass( $dbName = false, $createEmptyDatabase include "DataFiles/Countries.php"; include "DataFiles/Currencies.php"; include "DataFiles/LanguageToCountry.php"; + include "DataFiles/Providers.php"; Piwik::createAccessObject(); Piwik_PostEvent('FrontController.initAuthenticationObject');