source: trunk/data/module/Calendar/tests/table_helper_tests.php @ 18758

Revision 18758, 476 bytes checked in by kajiwara, 14 years ago (diff)

EC-CUBE Ver2.4.4 分コミット。詳細はこちら( http://www.ec-cube.net/release/detail.php?release_id=223

Line 
1<?php
2// $Id: table_helper_tests.php,v 1.1 2004/05/24 22:25:43 quipo Exp $
3
4require_once('simple_include.php');
5require_once('calendar_include.php');
6
7class TableHelperTests extends GroupTest {
8    function TableHelperTests() {
9        $this->GroupTest('Table Helper Tests');
10        $this->addTestFile('helper_test.php');
11    }
12}
13
14if (!defined('TEST_RUNNING')) {
15    define('TEST_RUNNING', true);
16    $test = &new TableHelperTests();
17    $test->run(new HtmlReporter());
18}
19?>
Note: See TracBrowser for help on using the repository browser.