Skip to content
This repository was archived by the owner on Apr 13, 2020. It is now read-only.

Commit c486c11

Browse files
committed
fix true
1 parent 66d8a5d commit c486c11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UnitTests/CacheResourceTests/PDOgzip/CacheResourceCustomPDOGzipTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class CacheResourceCustomPDOGzipTest extends CacheResourceTestCommon
1818

1919
public function setUp($dir = null, $clear = true)
2020
{
21-
if (PdoGzipCacheEnable != truw) {
21+
if (PdoGzipCacheEnable != true) {
2222
$this->markTestSkipped('mysql Pdo Gzip tests are disabled');
2323
}
2424
if (self::$init) {

0 commit comments

Comments
 (0)