diff --git a/tests/PHPUnit_Smarty.php b/tests/PHPUnit_Smarty.php index f850b954..12e8d935 100644 --- a/tests/PHPUnit_Smarty.php +++ b/tests/PHPUnit_Smarty.php @@ -275,9 +275,6 @@ KEY `expire` (`expire`) if (isset($smarty)) { $dir = $smarty->getCompileDir(); $this->cleanDir($dir); - if (method_exists($smarty, '_isNewRelease')) { - $smarty->_isNewRelease($dir); - } } } @@ -291,10 +288,7 @@ KEY `expire` (`expire`) if (isset($smarty)) { $dir = $smarty->getCacheDir(); $this->cleanDir($dir); - if (method_exists($smarty, '_isNewRelease')) { - $smarty->_isNewRelease($dir); - } - } + } } /**