object = new Session_Authentication_Guest(self::$DI['app']); } public function testSignOn() { $user = $this->object->signOn(); $this->assertInstanceOf('User_Adapter', $user); $this->assertTrue($user->is_guest()); } }