mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-03 18:04:26 +02:00
removed unused variable from CacheResourceTestCommon
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user