markTestSkipped('Memcache tests are disabled'); } else { if (!class_exists('Memcache')) { $this->markTestSkipped('Memcache not available'); } } $this->setUpSmarty(__DIR__); parent::setUp(); $this->smarty->setCachingType('memcachetest'); } public function testInit() { $this->cleanDirs(); } protected function doClearCacheAssertion($a, $b) { $this->assertEquals(- 1, $b); } } }