PopTest\Cache\ApcTest::testConstructor PHP Method

testConstructor() public method

public testConstructor ( )
    public function testConstructor()
    {
        if (function_exists('apc_add')) {
            $this->assertInstanceOf('Pop\\Cache\\Cache', Cache::factory(new Apc(), 30));
        }
    }