markTestSkipped('APC cache not available'); } $this->setUpSmarty(dirname(__FILE__)); parent::setUp(); $this->smarty->setCachingType('apc'); $this->smarty->addPluginsDir(SMARTY_DIR . '../demo/plugins/'); } }