sintonia/3rd_party/php/Smarty/unit_test/smarty_unit_test.php

11 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();
?>