From 0911e5f00e35d97b2aea085e5cf9d9b693a3a8b5 Mon Sep 17 00:00:00 2001 From: Simon Wisselink Date: Sun, 10 Jan 2021 00:13:52 +0100 Subject: [PATCH] removed unused variable from CacheResourceTestCommon --- .../CacheResourceTests/_shared/CacheResourceTestCommon.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/UnitTests/CacheResourceTests/_shared/CacheResourceTestCommon.php b/tests/UnitTests/CacheResourceTests/_shared/CacheResourceTestCommon.php index a1c8ade4..971e4338 100644 --- a/tests/UnitTests/CacheResourceTests/_shared/CacheResourceTestCommon.php +++ b/tests/UnitTests/CacheResourceTests/_shared/CacheResourceTestCommon.php @@ -403,9 +403,6 @@ class CacheResourceTestCommon extends PHPUnit_Smarty */ public function testCache($lockTime, $lockTimeout, $compile_id, $cache_id, $isCached, $tmin, $tmax, $forceCompile, $forceCache, $update, $testNumber, $compileTestNumber, $renderTestNumber, $testName) { - if ($testNumber == 13) { - $i =0; - } $this->smarty->caching = true; $this->smarty->cache_lifetime = 1000; $this->smarty->assign('test', $testNumber);