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:
authordiosmosis <diosmosis@users.noreply.github.com>2018-12-02 00:59:23 +0300
committerGitHub <noreply@github.com>2018-12-02 00:59:23 +0300
commit78a50e11806b1b99bbef0373795462ecc95471a1 (patch)
tree526c8f73cd7f827840db22576c2405252ab83b2f /tests/PHPUnit/Fixtures
parente11866e11ddad88dbf7aee5f56431c8958acdb02 (diff)
Support for matomo.php in log importer (submodule + tests) (#13776)
* Update log analytics sumodule for https://github.com/matomo-org/matomo-log-analytics/pull/235 and add tests for said PR. * Update submodule again. * update submodule * Add CHANGELOG.md note for new log importer param.
Diffstat (limited to 'tests/PHPUnit/Fixtures')
-rw-r--r--tests/PHPUnit/Fixtures/ManySitesImportedLogs.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/PHPUnit/Fixtures/ManySitesImportedLogs.php b/tests/PHPUnit/Fixtures/ManySitesImportedLogs.php
index c07967c563..dab3691789 100644
--- a/tests/PHPUnit/Fixtures/ManySitesImportedLogs.php
+++ b/tests/PHPUnit/Fixtures/ManySitesImportedLogs.php
@@ -260,7 +260,8 @@ class ManySitesImportedLogs extends Fixture
'--enable-http-errors' => false,
'--enable-http-redirects' => false,
'--enable-reverse-dns' => false,
- '--force-lowercase-path' => false);
+ '--force-lowercase-path' => false,
+ '--tracker-endpoint-path' => '/matomo.php');
self::executeLogImporter($logFile, $opts);
}