mirror of
https://github.com/Mibew/handlebars.php.git
synced 2024-11-15 08:44:12 +03:00
fix tests
This commit is contained in:
parent
4da298a4d6
commit
c7ee33a84d
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user