addServer( env('MEMCACHED_HOST', '127.0.0.1'), env('MEMCACHED_PORT', 11211) ); $testConnection->getVersion(); if ($testConnection->getResultCode() > Memcached::RES_SUCCESS) { $this->markTestSkipped('Memcached could not establish a connection.'); } $testConnection->quit(); } }