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 fdca016 commit 598ecb8Copy full SHA for 598ecb8
tests/MemcachedAlternativeConfigurationSyntax.test.php
@@ -29,8 +29,6 @@
29
$cacheInstanceNewSyntax = CacheManager::getInstance('Memcached', new MemcachedConfig([
30
'host' => '127.0.0.1',
31
'port' => 11211,
32
- 'saslUser' => null,
33
- 'saslPassword' => null,
34
]));
35
36
$cacheKey = 'cacheKey';
0 commit comments