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
path: root/config
diff options
context:
space:
mode:
authordiosmosis <diosmosis@users.noreply.github.com>2020-12-24 02:42:15 +0300
committerGitHub <noreply@github.com>2020-12-24 02:42:15 +0300
commitddfa42e16f6648a1f54d2912fcc897e0ae07b75e (patch)
tree946ba5d504f97c941d691a6f9ce625df742c94f1 /config
parentc9ce54d30ef1abd915bf6c069d577e4052575bd3 (diff)
Better fix for climulti segment encoding bug (#17004)
* Segment should not be double encoded when async climulti is unsupported. * better fix for original bug, make sure request command sets query_string since it is used to get the segment * remove use * Use curl requests for core:archive in test. * fix test
Diffstat (limited to 'config')
-rw-r--r--config/environment/test.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/environment/test.php b/config/environment/test.php
index 63af43d95b..e6cbbd62f0 100644
--- a/config/environment/test.php
+++ b/config/environment/test.php
@@ -134,4 +134,6 @@ return array(
file_put_contents($outputFile, json_encode($outputContents));
})),
)),
+
+ 'test.vars.forceCliMultiViaCurl' => false,
);