mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-05 02:44: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)
|
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) {
|
||||||
|
Reference in New Issue
Block a user