This commit is contained in:
Uwe Tews
2015-05-18 08:11:50 +02:00
parent 37d327ce12
commit 2614b1aacb

View File

@@ -18,7 +18,7 @@ class CacheResourceCustomPDOGzipTest extends CacheResourceTestCommon
public function setUp($dir = null, $clear = true) public function setUp($dir = null, $clear = true)
{ {
if (PdoGzipCacheEnable != truw) { if (PdoGzipCacheEnable != true) {
$this->markTestSkipped('mysql Pdo Gzip tests are disabled'); $this->markTestSkipped('mysql Pdo Gzip tests are disabled');
} }
if (self::$init) { if (self::$init) {