setName( "Authentication" ); $this->addTest( ezcAuthenticationGeneralTest::suite() ); $this->addTest( ezcAuthenticationGroupTest::suite() ); $this->addTest( ezcAuthenticationHtpasswdTest::suite() ); $this->addTest( ezcAuthenticationLdapTest::suite() ); $this->addTest( ezcAuthenticationOpenidTest::suite() ); $this->addTest( ezcAuthenticationOpenidFileStoreTest::suite() ); $this->addTest( ezcAuthenticationSessionTest::suite() ); $this->addTest( ezcAuthenticationTokenTest::suite() ); $this->addTest( ezcAuthenticationTypekeyTest::suite() ); $this->addTest( ezcAuthenticationBignumTest::suite() ); $this->addTest( ezcAuthenticationUrlTest::suite() ); } public static function suite() { return new ezcAuthenticationSuite(); } } ?>