markTestSkipped('mysql tests are disabled'); } if (self::$init) { $this->getConnection(); } $this->setUpSmarty(dirname(__FILE__)); parent::setUp(); $this->smarty->setCachingType('mysqltest'); } public function testInit() { $this->cleanDirs(); $this->initMysqlCache(); } } }