fixed a minor issue in bootstrap of tests

This commit is contained in:
behrooz shabani (everplays) 2013-11-07 23:31:43 +03:30
parent 9b7dc356e6
commit 4caef1d806

View File

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