mirror of
https://github.com/Mibew/handlebars.php.git
synced 2025-03-15 05:04:08 +03:00
fix paths in tests/bootstrap
This commit is contained in:
parent
3dc0539742
commit
9b7dc356e6
@ -1,4 +1,4 @@
|
||||
<?php
|
||||
|
||||
$base = __DIR__ . "/../../src";
|
||||
$loader = new \Handlebars\Autoloader($base);
|
||||
include __DIR__ . "/../src/Handlebars/Autoloader.php";
|
||||
$base = __DIR__ . "/../src";
|
||||
$loader = new \Handlebars\Autoloader(realpath($base));
|
Loading…
Reference in New Issue
Block a user