This commit is contained in:
uwetews
2015-12-31 03:20:56 +01:00
parent 3086b4e53d
commit bf93a7b356

View File

@@ -27,10 +27,6 @@ if (MemCacheEnable == true) {
{
if (MemCacheEnable != true) {
$this->markTestSkipped('Memcache tests are disabled');
} else {
if (!class_exists('Memcache')) {
$this->markTestSkipped('Memcache not available');
}
}
$this->setUpSmarty(__DIR__);
parent::setUp();