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/Fixtures/ManySitesImportedLogs.php')
-rw-r--r--tests/PHPUnit/Fixtures/ManySitesImportedLogs.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/PHPUnit/Fixtures/ManySitesImportedLogs.php b/tests/PHPUnit/Fixtures/ManySitesImportedLogs.php
index d3665dc9bf..9390bab9ec 100644
--- a/tests/PHPUnit/Fixtures/ManySitesImportedLogs.php
+++ b/tests/PHPUnit/Fixtures/ManySitesImportedLogs.php
@@ -128,6 +128,7 @@ class Test_Piwik_Fixture_ManySitesImportedLogs extends Test_Piwik_BaseFixture
// We do not pass the "--token_auth" parameter here to make sure import_logs.py finds the auth_token
// automatically if needed
$opts = array('--idsite' => $this->idSite,
+ '--enable-testmode' => '1',
'--recorders' => '4',
'--recorder-max-payload-size' => '2');
@@ -145,6 +146,7 @@ class Test_Piwik_Fixture_ManySitesImportedLogs extends Test_Piwik_BaseFixture
// We do not pass the "--token_auth" parameter here to make sure import_logs.py finds the auth_token
// automatically if needed
$opts = array('--add-sites-new-hosts' => false,
+ '--enable-testmode' => '1',
'--recorders' => '4',
'--recorder-max-payload-size' => '1');