smarty_unit_test_gui.php 175 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 -> toHTML(); ?>