source: branches/version-2_4/data/module/Calendar/tests/util_tests.php @ 18734

Revision 18734, 496 bytes checked in by nanasess, 14 years ago (diff)

Copyright の更新(#601)

Line 
1<?php
2// $Id: util_tests.php,v 1.2 2004/08/16 12:56:10 hfuecks Exp $
3
4require_once('simple_include.php');
5require_once('calendar_include.php');
6
7class UtilTests extends GroupTest {
8    function UtilTests() {
9        $this->GroupTest('Util Tests');
10        $this->addTestFile('util_uri_test.php');
11        $this->addTestFile('util_textual_test.php');
12    }
13}
14
15if (!defined('TEST_RUNNING')) {
16    define('TEST_RUNNING', true);
17    $test = &new UtilTests();
18    $test->run(new HtmlReporter());
19}
20?>
Note: See TracBrowser for help on using the repository browser.