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:
authorThomas Steur <tsteur@users.noreply.github.com>2020-02-07 00:06:48 +0300
committerGitHub <noreply@github.com>2020-02-07 00:06:48 +0300
commit0e005fa749af1d8d9b504603e03d4710acbc68e7 (patch)
tree648b4ac22d11bc432111cfb9b49552b29712d906 /tests/PHPUnit/Framework
parentfd3e3d9f29fd486d64d7030fd6877afea5dd4ce1 (diff)
Force using DB sessions once Matomo is installed (#15275)
Diffstat (limited to 'tests/PHPUnit/Framework')
-rw-r--r--tests/PHPUnit/Framework/Mock/TestConfig.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/PHPUnit/Framework/Mock/TestConfig.php b/tests/PHPUnit/Framework/Mock/TestConfig.php
index 027499aae5..3676163e0d 100644
--- a/tests/PHPUnit/Framework/Mock/TestConfig.php
+++ b/tests/PHPUnit/Framework/Mock/TestConfig.php
@@ -81,10 +81,6 @@ class TestConfig extends Config
$log =& $chain->get('log');
$database =& $chain->get('database');
- if ($testingEnvironment->configFileLocal) {
- $general['session_save_handler'] = 'dbtable';
- }
-
$log['log_writers'] = array('file');
// TODO: replace this and below w/ configOverride use