PopTest\Cache\MemcachedTest::testConstructor PHP 메소드

testConstructor() 공개 메소드

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