Changeset 695

Show
Ignore:
Timestamp:
05/30/07 11:58:19 (1 year ago)
Author:
mikey
Message:

added net.stubbles.util.datespan

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/test/php/net/stubbles/util/UtilTestSuite.php

    r562 r695  
    2626        $this->addTestFile($dir . '/stubRegistryXJConfInitializerTestCase.php'); 
    2727 
     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         
    2834        // encoding 
    2935        $this->addTestFile($dir . '/encoding/stubEncodingHelperTestCase.php');