Bug #22821 ยป 14631_01.diff
tests/t3lib/cache/backend/t3lib_cache_backend_memcachedbackendtestcase.php (working copy) | ||
---|---|---|
}
|
||
try {
|
||
fsockopen('localhost', 11211);
|
||
if (!fsockopen('localhost', 11211)) {
|
||
$this->markTestSkipped('memcached not reachable');
|
||
}
|
||
} catch (Exception $e) {
|
||
$this->markTestSkipped('memcached not reachable');
|
||
}
|