PopTest\Cache\MemcachedTest::testConstructor PHP Method

testConstructor() public method

public testConstructor ( )
    public function testConstructor()
    {
        if (class_exists('Memcache')) {
            $this->assertInstanceOf('Pop\\Cache\\Cache', Cache::factory(new Memcached(), 30));
        }
    }