fix paths in tests/bootstrap

This commit is contained in:
fzerorubigd 2013-11-07 22:22:34 +03:30
parent 3dc0539742
commit 9b7dc356e6
No known key found for this signature in database
GPG Key ID: D6EE858AF9D2999A

View File

@ -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));