setName( 'MvcTools' ); $this->addTest( ezcMvcToolsRegexpRouteTest::suite() ); $this->addTest( ezcMvcToolsRailsRouteTest::suite() ); $this->addTest( ezcMvcToolsRouterTest::suite() ); $this->addTest( ezcMvcToolsViewTest::suite() ); $this->addTest( ezcMvcToolsPhpViewTest::suite() ); $this->addTest( ezcMvcToolsJsonViewTest::suite() ); $this->addTest( ezcMvcToolsHttpRequestParserTest::suite() ); $this->addTest( ezcMvcToolsHttpResponseWriterTest::suite() ); $this->addTest( ezcMvcToolsGzipResponseFilterTest::suite() ); $this->addTest( ezcMvcToolsGzDeflateResponseFilterTest::suite() ); $this->addTest( ezcMvcToolsRecodeResponseFilterTest::suite() ); $this->addTest( ezcMvcToolsConfigurableDispatcherTest::suite() ); } public static function suite() { return new ezcMvcToolsSuite(); } } ?>