source: branches/version-2_5-dev/data/module/Calendar/tests/table_helper_tests.php @ 20119

Revision 20119, 476 bytes checked in by nanasess, 13 years ago (diff)

module 以下は svn:keywords を除外

  • Property svn:eol-style set to LF
  • Property svn:mime-type set to text/x-httpd-php; charset=UTF-8
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.