File: smarty_unit_test_gui.php

package info (click to toggle)
smarty 2.6.14-1etch2
  • links: PTS
  • area: main
  • in suites: etch
  • size: 968 kB
  • ctags: 1,325
  • sloc: php: 4,657; makefile: 44
file content (10 lines) | stat: -rw-r--r-- 175 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
<?php

require_once 'test_cases.php';
require_once 'PHPUnit.php';

$suite = new PHPUnit_TestSuite("SmartyTest");
$result = PHPUnit::run($suite);

echo $result -> toHTML();
?>