PopTest\Cache\CacheTest::testCacheDirExists PHP Method

testCacheDirExists() public method

public testCacheDirExists ( )
    public function testCacheDirExists()
    {
        $this->setExpectedException('Pop\\Cache\\Adapter\\Exception');
        $c = Cache::factory(new File(__DIR__ . '/../test'), 30);
    }