pickles/contrib/Smarty-2.6.20/unit_test/smarty_unit_test.php
Josh Sherman 7a7c165b61 Upgraded Smarty from 2.6.19 to 2.6.20
git-svn-id: http://svn.cleancode.org/svn/pickles@51 4d10bc64-7434-11dc-a737-d2d0f8310089
2008-09-19 00:56:45 +00:00

10 lines
177 B
PHP

<?php
require_once 'test_cases.php';
require_once 'PHPUnit.php';
$suite = new PHPUnit_TestSuite("SmartyTest");
$result = PHPUnit::run($suite);
echo $result -> toString();
?>