Changeset 695
- Timestamp:
- 05/30/07 11:58:19 (1 year ago)
- Files:
-
- trunk/src/main/php/net/stubbles/util/datespan (added)
- trunk/src/main/php/net/stubbles/util/datespan/stubDateSpan.php (added)
- trunk/src/main/php/net/stubbles/util/datespan/stubDateSpanCustom.php (added)
- trunk/src/main/php/net/stubbles/util/datespan/stubDateSpanDay.php (added)
- trunk/src/main/php/net/stubbles/util/datespan/stubDateSpanMonth.php (added)
- trunk/src/main/php/net/stubbles/util/datespan/stubDateSpanWeek.php (added)
- trunk/src/main/php/net/stubbles/util/datespan/stubDateSpanYesterday.php (added)
- trunk/src/test/php/net/stubbles/util/UtilTestSuite.php (modified) (1 diff)
- trunk/src/test/php/net/stubbles/util/datespan (added)
- trunk/src/test/php/net/stubbles/util/datespan/stubDateSpanCustomTestCase.php (added)
- trunk/src/test/php/net/stubbles/util/datespan/stubDateSpanDayTestCase.php (added)
- trunk/src/test/php/net/stubbles/util/datespan/stubDateSpanMonthTestCase.php (added)
- trunk/src/test/php/net/stubbles/util/datespan/stubDateSpanWeekTestCase.php (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/test/php/net/stubbles/util/UtilTestSuite.php
r562 r695 26 26 $this->addTestFile($dir . '/stubRegistryXJConfInitializerTestCase.php'); 27 27 28 // datespan 29 $this->addTestFile($dir . '/datespan/stubDateSpanCustomTestCase.php'); 30 $this->addTestFile($dir . '/datespan/stubDateSpanDayTestCase.php'); 31 $this->addTestFile($dir . '/datespan/stubDateSpanMonthTestCase.php'); 32 $this->addTestFile($dir . '/datespan/stubDateSpanWeekTestCase.php'); 33 28 34 // encoding 29 35 $this->addTestFile($dir . '/encoding/stubEncodingHelperTestCase.php');
