mirror of
https://github.com/Mibew/handlebars.php.git
synced 2025-05-03 02:26:41 +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';
|
$path = sys_get_temp_dir() . '/__cache__handlebars';
|
||||||
|
|
||||||
$this->delTree($path);
|
@$this->delTree($path);
|
||||||
|
|
||||||
$dummy = new \Handlebars\Cache\Disk($path);
|
$dummy = new \Handlebars\Cache\Disk($path);
|
||||||
$engine = new \Handlebars\Handlebars(array('cache' => $dummy));
|
$engine = new \Handlebars\Handlebars(array('cache' => $dummy));
|
||||||
|
Loading…
Reference in New Issue
Block a user