diff --git a/tests/PHPUnit/bootstrap.php b/tests/PHPUnit/bootstrap.php index 5a7d92503552c8f7ab1da21fd4123dcd33ca9ec7..fdc1950033df097f07535ed689cb9efd926053dc 100644 --- a/tests/PHPUnit/bootstrap.php +++ b/tests/PHPUnit/bootstrap.php @@ -52,6 +52,10 @@ foreach (glob(PIWIK_INCLUDE_PATH . '/tests/PHPUnit/Fixtures/*.php') as $file) { require_once $file; } +foreach (glob(PIWIK_INCLUDE_PATH . '/plugins/*/tests/Fixtures/*.php') as $file) { + require_once $file; +} + // General requirement checks & help: a webserver must be running for tests to work! checkPiwikSetupForTests();