/** * @expectedException Flintstone\Exception */ public function testConfigInvalidCache() { $config = new Config(); $config->setCache(new self()); }
/** * Get the path to the database file. * * @return string */ public function getPath() { return $this->config->getDir() . $this->getName() . $this->config->getExt(); }