markTestSkipped('mysql Pdo Gzip tests are disabled'); } if (self::$init) { $this->getConnection(); } $this->setUpSmarty(__DIR__); parent::setUp(); $this->smarty->setCachingType('pdo'); $this->smarty->registerCacheResource('pdo', new Smarty_CacheResource_Pdo_Gziptest($this->getPDO(), 'output_cache')); } public function testInit() { $this->cleanDirs(); $this->initMysqlCache(); } }