mirror of
https://github.com/smarty-php/smarty.git
synced 2025-10-04 08:10:55 +02:00
11 lines
177 B
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();
|
||
|
?>
|