mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-04 18:34:27 +02:00
fix true
This commit is contained in:
@@ -18,7 +18,7 @@ class CacheResourceCustomPDOGzipTest extends CacheResourceTestCommon
|
||||
|
||||
public function setUp($dir = null, $clear = true)
|
||||
{
|
||||
if (PdoGzipCacheEnable != truw) {
|
||||
if (PdoGzipCacheEnable != true) {
|
||||
$this->markTestSkipped('mysql Pdo Gzip tests are disabled');
|
||||
}
|
||||
if (self::$init) {
|
||||
|
Reference in New Issue
Block a user