| Revision 20119,
554 bytes
checked in by nanasess, 15 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: calendar_engine_tests.php,v 1.1 2004/05/24 22:25:43 quipo Exp $ |
|---|
| 3 | |
|---|
| 4 | require_once('simple_include.php'); |
|---|
| 5 | require_once('calendar_include.php'); |
|---|
| 6 | |
|---|
| 7 | class CalendarEngineTests extends GroupTest { |
|---|
| 8 | function CalendarEngineTests() { |
|---|
| 9 | $this->GroupTest('Calendar Engine Tests'); |
|---|
| 10 | $this->addTestFile('peardate_engine_test.php'); |
|---|
| 11 | $this->addTestFile('unixts_engine_test.php'); |
|---|
| 12 | } |
|---|
| 13 | } |
|---|
| 14 | |
|---|
| 15 | if (!defined('TEST_RUNNING')) { |
|---|
| 16 | define('TEST_RUNNING', true); |
|---|
| 17 | $test = &new CalendarEngineTests(); |
|---|
| 18 | $test->run(new HtmlReporter()); |
|---|
| 19 | } |
|---|
| 20 | ?> |
|---|
Note: See
TracBrowser
for help on using the repository browser.