mirror of
https://github.com/Mibew/handlebars.php.git
synced 2024-11-15 08:44:12 +03:00
fixed a minor issue in bootstrap of tests
This commit is contained in:
parent
9b7dc356e6
commit
4caef1d806
@ -1,4 +1,4 @@
|
||||
<?php
|
||||
include __DIR__ . "/../src/Handlebars/Autoloader.php";
|
||||
$base = __DIR__ . "/../src";
|
||||
$loader = new \Handlebars\Autoloader(realpath($base));
|
||||
$loader = \Handlebars\Autoloader::register();
|
Loading…
Reference in New Issue
Block a user