smarty_unit_test.php 177 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 <?php require_once 'test_cases.php'; require_once 'PHPUnit.php'; $suite = new PHPUnit_TestSuite("SmartyTest"); $result = PHPUnit::run($suite); echo $result -> toString(); ?>