use internal autoloader for tests

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

View File

@ -1,3 +1,4 @@
<?php
$loader = include __DIR__ . "/../vendor/autoload.php";
$base = __DIR__ . "/../../src";
$loader = new \Handlebars\Autoloader($base);