public
Description: A beautiful template engine for PHP in Django style
Homepage: http://www.h2o-template.org
Clone URL: git://github.com/speedmax/h2o-php.git
Click here to lend your support to: h2o-php and make a donation at www.pledgie.com !
Jeff Long (author)
Sat Jun 06 18:39:57 -0700 2009
speedmax (committer)
Mon Aug 03 09:29:44 -0700 2009
commit  96c34d8e23e111014fbbad40af3726cc4bdfc3f8
tree    50511b668e9e8c427d1640cb95002bed0baea533
parent  b40af7d993929bb5cac48f0517edcfd136f64645
h2o-php / spec / spec_helper.php
100644 8 lines (5 sloc) 0.232 kb
1
2
3
4
5
6
7
8
<?php
 
function_exists('simpletest_autorun') or require 'simpletest/autorun.php';
class_exists('H2o') or require dirname(dirname(__FILE__)).'/h2o.php';
class_exists('SimpleSpec') or require dirname(__FILE__).'/spec.php';
 
 
?>