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:
Diffstat (limited to 'plugins/Login/tests/Integration/PasswordVerifierTest.php')
-rw-r--r--plugins/Login/tests/Integration/PasswordVerifierTest.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/Login/tests/Integration/PasswordVerifierTest.php b/plugins/Login/tests/Integration/PasswordVerifierTest.php
index 7a84f44e7e..6bfb3942e2 100644
--- a/plugins/Login/tests/Integration/PasswordVerifierTest.php
+++ b/plugins/Login/tests/Integration/PasswordVerifierTest.php
@@ -31,6 +31,8 @@ class PasswordVerifierTest extends IntegrationTestCase
{
parent::setUp();
+ \Zend_Session::$_unitTestEnabled = true;
+
$this->verifier = new CustomPasswordVerifier();
$this->verifier->setDisableRedirect();
}