0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
tikiwiki
/
1.9.7-31
/
htdocs
/
lib
/
smarty
/
unit_test
/
[
Home
]
File: smarty_unit_test.php
<?php require_once 'test_cases.php'; require_once 'PHPUnit.php'; $suite = new PHPUnit_TestSuite("SmartyTest"); $result = PHPUnit::run($suite); echo $result -> toString(); ?>