mirror of
https://github.com/Mibew/handlebars.php.git
synced 2025-04-13 18:19:29 +03:00
use internal autoloader for tests
This commit is contained in:
parent
fb7f4f43a5
commit
3dc0539742
@ -1,3 +1,4 @@
|
||||
<?php
|
||||
|
||||
$loader = include __DIR__ . "/../vendor/autoload.php";
|
||||
$base = __DIR__ . "/../../src";
|
||||
$loader = new \Handlebars\Autoloader($base);
|
Loading…
Reference in New Issue
Block a user