malkusch\lock\mutex\MemcachedMutexTest::setUp PHP Method

setUp() protected method

protected setUp ( )
    protected function setUp()
    {
        if (!getenv("MEMCACHE_HOST")) {
            $this->markTestSkipped();
            return;
        }
    }