From d68ca687e061357faed004d26cb77cef077b4e34 Mon Sep 17 00:00:00 2001 From: Stefan Giehl Date: Wed, 27 May 2020 10:58:17 +0200 Subject: Removes director detection (#15989) * Remove detection for director * Drop column * some more adjustments * submodule updates * updates expected test files * updates expected UI files * fix test * rebuilt piwik.js * submodule updates * fix tests Co-authored-by: pebosi Co-authored-by: Peter Boden Co-authored-by: sgiehl --- tests/PHPUnit/Fixtures/ThreeVisitsWithCustomEvents.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/PHPUnit/Fixtures') diff --git a/tests/PHPUnit/Fixtures/ThreeVisitsWithCustomEvents.php b/tests/PHPUnit/Fixtures/ThreeVisitsWithCustomEvents.php index 324e6e62c2..d5ec724e7f 100644 --- a/tests/PHPUnit/Fixtures/ThreeVisitsWithCustomEvents.php +++ b/tests/PHPUnit/Fixtures/ThreeVisitsWithCustomEvents.php @@ -64,7 +64,7 @@ class ThreeVisitsWithCustomEvents extends Fixture $vis2 = self::getTracker($this->idSite, $this->dateTime, $useDefault = true, $uselocal); $vis2->setUrl('http://example.com/piwik/'); $vis2->setIp('111.1.1.1'); - $vis2->setPlugins($flash = false, $java = false, $director = true); + $vis2->setPlugins($flash = false, $java = false); $this->trackMusicPlaying($vis2); $this->trackMusicRatings($vis2); @@ -74,7 +74,7 @@ class ThreeVisitsWithCustomEvents extends Fixture $vis3 = self::getTracker($this->idSite, $this->dateTime, $useDefault = true, $uselocal); $vis3->setUrl('http://example.com/piwik/'); $vis3->setIp('111.1.1.2'); - $vis3->setPlugins($flash = false, $java = false, $director = true); + $vis3->setPlugins($flash = false, $java = false); $this->trackMusicPlaying($vis3); $this->trackMusicRatings($vis3); -- cgit v1.2.3