public function testDoAuthentication() { throw new PHPUnit_Framework_IncompleteTestError(); // Not yet finished, Session won't start because of headers :( :( $authManager = new TAuthManager(); $authManager->setUserManager('users'); $authManager->init(null); $authManager->setLoginPage('LoginPage'); self::$app->raiseEvent('onAuthentication', self::$app, null); }