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:
m---------plugins/CustomAlerts0
m---------plugins/VisitorGenerator0
-rwxr-xr-xtests/PHPUnit/System/TwoVisitsWithCustomVariablesSegmentMatchVisitorTypeTest.php2
3 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CustomAlerts b/plugins/CustomAlerts
-Subproject 6a0669bf8a8a0b6059b3d15eca4c141a320467c
+Subproject 9716f8b12f0abd0f9ca99cb343bea19f7e07794
diff --git a/plugins/VisitorGenerator b/plugins/VisitorGenerator
-Subproject a292a7fe8b815ffe43ea9fd47940938c6bc2fa6
+Subproject 9834e8fffbd1293818a813f003c5f3a08181cdf
diff --git a/tests/PHPUnit/System/TwoVisitsWithCustomVariablesSegmentMatchVisitorTypeTest.php b/tests/PHPUnit/System/TwoVisitsWithCustomVariablesSegmentMatchVisitorTypeTest.php
index 866be2cd2a..4f159e8399 100755
--- a/tests/PHPUnit/System/TwoVisitsWithCustomVariablesSegmentMatchVisitorTypeTest.php
+++ b/tests/PHPUnit/System/TwoVisitsWithCustomVariablesSegmentMatchVisitorTypeTest.php
@@ -98,7 +98,7 @@ class TwoVisitsWithCustomVariablesSegmentMatchVisitorTypeTest extends SystemTest
$sql = "SELECT count(*) FROM " . Common::prefixTable($table);
$countBlobs = Db::get()->fetchOne($sql);
- if(true){//$expectedRows != $countBlobs) {
+ if($expectedRows != $countBlobs) {
$output = Db::get()->fetchAll("SELECT * FROM " . Common::prefixTable($table) . " ORDER BY name, idarchive ASC");
var_export('This is debug output from ' . __CLASS__ . ' in case of an error: ');
var_export($output);