This website requires JavaScript.
Explore
Help
Sign In
Mibew
/
handlebars.php
Watch
1
Star
0
Fork
0
You've already forked handlebars.php
mirror of
https://github.com/Mibew/handlebars.php.git
synced
2025-03-16 13:44:09 +03:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
3dc0539742
handlebars.php
/
tests
/
bootstrap.php
4 lines
84 B
PHP
Raw
Normal View
History
Unescape
Escape
Add some test, need more test :) just for start address #22
2013-11-07 22:17:57 +04:00
<
?
php
use internal autoloader for tests
2013-11-07 22:47:05 +04:00
$base
=
__DIR__
.
"
/../../src
"
;
$loader
=
new
\Handlebars\Autoloader
(
$base
);
Reference in New Issue
Copy Permalink