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>2019-11-12 05:08:46 +0300
committerGitHub <noreply@github.com>2019-11-12 05:08:46 +0300
commitda230cbb8518a70b8c396024a5c7a7147fc916bf (patch)
treee542883ceaab9b9401220b3a49c0b00a36526ef6 /plugins/Live/tests
parentc93bd45479d830631d82b90839296d0d1b485737 (diff)
Fix build (#15143)
* Update expected test files. * Try to increase timeout. * update screenshots * update more screenshots * fix more tests * Update screenshots. * Update submodule. * Fixing another test. * Updating submodule. * update submodule * update submodule * update submodule * fix more tests * fix fixture * update screenshots * update submodule
Diffstat (limited to 'plugins/Live/tests')
-rw-r--r--plugins/Live/tests/Fixtures/VisitsWithAllActionsAndDevices.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Live/tests/Fixtures/VisitsWithAllActionsAndDevices.php b/plugins/Live/tests/Fixtures/VisitsWithAllActionsAndDevices.php
index 1bd509ff1e..987ea6fc51 100644
--- a/plugins/Live/tests/Fixtures/VisitsWithAllActionsAndDevices.php
+++ b/plugins/Live/tests/Fixtures/VisitsWithAllActionsAndDevices.php
@@ -35,6 +35,7 @@ class VisitsWithAllActionsAndDevices extends Fixture
$t->setTokenAuth(self::getTokenAuth());
$t->setUserId('X4F66G776HGI');
+ $t->setVisitorId(substr(sha1('X4F66G776HGI'), 0, 16));
// smart display
$this->trackDeviceVisit($t, Date::factory($this->dateTime)->addHour(0)->getDatetime(), 'Mozilla/5.0 (Linux; U; Android 4.0.4; de-de; VSD220 Build/IMM76D.UI23ED12_VSC) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30');