fix tests

This commit is contained in:
fzerorubigd 2013-11-08 19:40:32 +03:30
parent 4da298a4d6
commit c7ee33a84d
No known key found for this signature in database
GPG Key ID: D6EE858AF9D2999A

View File

@ -163,7 +163,7 @@ class HandlebarsTest extends \PHPUnit_Framework_TestCase
{
$path = sys_get_temp_dir() . '/__cache__handlebars';
$this->delTree($path);
@$this->delTree($path);
$dummy = new \Handlebars\Cache\Disk($path);
$engine = new \Handlebars\Handlebars(array('cache' => $dummy));