Exemplo n.º 1
0
 public function setUp()
 {
     $this->smarty = SmartyTests::$smarty;
     $this->smartyBC = SmartyTests::$smartyBC;
     // reset cache for unit test
     Smarty_CacheResource::$resources = array();
     SmartyTests::init();
 }