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