handlebars.php/tests/bootstrap.php
2013-11-07 23:31:43 +03:30

4 lines
135 B
PHP

<?php
include __DIR__ . "/../src/Handlebars/Autoloader.php";
$base = __DIR__ . "/../src";
$loader = \Handlebars\Autoloader::register();