1
0
mirror of https://github.com/danbee/neompc synced 2025-03-04 08:39:10 +00:00
neompc/lib/smarty/unit_test/.svn/text-base/smarty_unit_test.php.svn-base
2010-01-09 16:46:54 +00:00

11 lines
177 B
Plaintext

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