setName( "Document ODT tests" ); $this->addTest( ezcDocumentOdtFormattingPropertiesTest::suite() ); $this->addTest( ezcDocumentOdtFormattingPropertyCollectionTest::suite() ); $this->addTest( ezcDocumentOdtStyleParagraphPropertyGeneratorTest::suite() ); $this->addTest( ezcDocumentOdtStyleTextPropertyGeneratorTest::suite() ); $this->addTest( ezcDocumentOdtStyleTest::suite() ); $this->addTest( ezcDocumentOdtPcssConvertersTest::suite() ); $this->addTest( ezcDocumentOdtTextProcessorTest::suite() ); } } ?>