1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-08 17:34:26 +03:00
ifhub.club/engine/lib/external/Smarty-2.6.19/unit_test/smarty_unit_test_gui.php
Mzhelskiy Maxim 3e4be7be12
2009-08-18 09:10:14 +00:00

11 lines
175 B
PHP

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