We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a84650 commit 64e557eCopy full SHA for 64e557e
config.docker-template.php
@@ -58,11 +58,7 @@
58
define('TEST_SEARCH_SOLR_INDEXNAME', 'test');
59
define('TEST_SEARCH_SOLR_PORT', 8983);
60
61
- // We need to keep Redis session tests disabled for PHP 7.2 and up. See MDL-60978.
62
- if (version_compare(PHP_VERSION, '7.2.0', '<')) {
63
- define('TEST_SESSION_REDIS_HOST', 'redis');
64
- }
65
-
+ define('TEST_SESSION_REDIS_HOST', 'redis');
66
define('TEST_CACHESTORE_REDIS_TESTSERVERS', 'redis');
67
68
define('TEST_CACHESTORE_MONGODB_TESTSERVER', 'mongodb://mongo:27017');
0 commit comments