object = new Session_Authentication_Guest(appbox::get_instance(\bootstrap::getCore())); } /** * Tears down the fixture, for example, closes a network connection. * This method is called after a test is executed. */ public function tearDown() { } /** * @todo Implement testSignOn(). */ public function testSignOn() { $user = $this->object->signOn(); $this->assertInstanceOf('User_Adapter', $user); $this->assertTrue($user->is_guest()); } } ?>