home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Professionell 2005 June
/
PCpro_2005_06.ISO
/
files
/
opensource
/
xamp
/
xampp-win32.exe
/
xampp
/
ITX_usage_testcase.php
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
PHP Script
|
2004-03-24
|
305 b
|
17 lines
<?php
require_once 'IT_usage_testcase.php';
class ITX_usage_testcase extends IT_usage_testcase
{
function ITX_Usage_TestCase($name)
{
$this->IT_Usage_TestCase($name);
}
function setUp()
{
$this->tpl =& new HTML_Template_ITX('./templates');
}
}
?>