mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-09 04:52:42 +00:00
parent
4de92123fa
commit
8d472a5d78
2 changed files with 4 additions and 3 deletions
|
@ -433,7 +433,7 @@ class MemcachedEngineTest extends CakeTestCase {
|
|||
public function testParseServerStringUnix() {
|
||||
$Memcached = new TestMemcachedEngine();
|
||||
$result = $Memcached->parseServerString('unix:///path/to/memcachedd.sock');
|
||||
$this->assertEquals(array('unix:///path/to/memcachedd.sock', 0), $result);
|
||||
$this->assertEquals(array('/path/to/memcachedd.sock', 0), $result);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue