Skip to content

Commit fdca016

Browse files
committed
Go to hell build !
1 parent 7611af0 commit fdca016

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/MemcachedAlternativeConfigurationSyntax.test.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
[
2121
'host' => '127.0.0.1',
2222
'port' => 11211,
23-
'saslUsername' => null,
23+
'saslUser' => null,
2424
'saslPassword' => null,
2525
]
2626
]
@@ -29,7 +29,7 @@
2929
$cacheInstanceNewSyntax = CacheManager::getInstance('Memcached', new MemcachedConfig([
3030
'host' => '127.0.0.1',
3131
'port' => 11211,
32-
'saslUsername' => null,
32+
'saslUser' => null,
3333
'saslPassword' => null,
3434
]));
3535

0 commit comments

Comments
 (0)