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.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/PHPUnit/IntegrationTestCase.php b/tests/PHPUnit/IntegrationTestCase.php
index 09bb84192f..d54db6e778 100755
--- a/tests/PHPUnit/IntegrationTestCase.php
+++ b/tests/PHPUnit/IntegrationTestCase.php
@@ -187,7 +187,9 @@ abstract class IntegrationTestCase extends PHPUnit_Framework_TestCase
Piwik::setUserIsSuperUser();
Cache::deleteTrackerCache();
- if ($installPlugins === null) $installPlugins = $createEmptyDatabase;
+ if ($installPlugins === null) {
+ $installPlugins = $createEmptyDatabase;
+ }
static::installAndLoadPlugins( $installPlugins);