Skip to content

Commit 598ecb8

Browse files
committed
Jesus, pass the tests !!!!
1 parent fdca016 commit 598ecb8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/MemcachedAlternativeConfigurationSyntax.test.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@
2929
$cacheInstanceNewSyntax = CacheManager::getInstance('Memcached', new MemcachedConfig([
3030
'host' => '127.0.0.1',
3131
'port' => 11211,
32-
'saslUser' => null,
33-
'saslPassword' => null,
3432
]));
3533

3634
$cacheKey = 'cacheKey';

0 commit comments

Comments
 (0)