PopTest\Cache\SqliteTest::testCacheDir PHP Method

testCacheDir() public method

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