@Ghazascanner
_2019runbot
Ghazascanner File Manager
server :Linux hosjweb-prod3 6.12.0-201.74.2.2.el9uek.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Apr 30 17:11:35 PDT 2026 x86_64
Current Path :
/
homepage
/
v-mt
/
php
/
extlib
/
smarty
/
unit_test
/
Path :
Upload File :
New :
File
Dir
/homepage/v-mt/php/extlib/smarty/unit_test/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(); ?>