PopTest\Cache\ApcTest::testGetInfo PHP Method

testGetInfo() public method

public testGetInfo ( )
    public function testGetInfo()
    {
        if (function_exists('apc_add')) {
            $c = Cache::factory(new Apc(), 30);
            $this->assertTrue(is_array($c->adapter()->getInfo()));
        }
    }