PopTest\Cache\MemcachedTest::testConstructor PHP Méthode

testConstructor() public méthode

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