Project

General

Profile

Bug #22821 ยป 14631_01.diff

Administrator Admin, 2010-06-06 13:58

View differences:

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');
}
    (1-1/1)