Changeset 728

Show
Ignore:
Timestamp:
06/10/07 12:29:09 (1 year ago)
Author:
schst
Message:

Changed order of test cases

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/test/php/net/stubbles/xml/XMLTestSuite.php

    r293 r728  
    2323        $this->TestSuite('All XML tests'); 
    2424        $dir = dirname(__FILE__); 
     25        $this->addTestFile($dir . '/stubXMLStreamWriterFactoryTestCase.php'); 
    2526        $this->addTestFile($dir . '/stubDomXMLStreamWriterTestCase.php'); 
    2627        $this->addTestFile($dir . '/stubLibXmlXMLStreamWriterTestCase.php'); 
    2728        $this->addTestFile($dir . '/stubXMLSerializerTestCase.php'); 
    28         $this->addTestFile($dir . '/stubXMLStreamWriterFactoryTestCase.php'); 
    29          
     29 
    3030        // rss 
    3131        $this->addTestFile($dir . '/rss/stubRSSFeedGeneratorTestCase.php'); 
    3232        $this->addTestFile($dir . '/rss/stubRSSFeedItemTestCase.php'); 
    33          
     33 
    3434        // xsl 
    3535        $this->addTestFile($dir . '/xsl/stubXSLCallbackTestCase.php');