PopTest\Cache\CacheTest::testCacheDirExists PHP 메소드

testCacheDirExists() 공개 메소드

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