assertInstanceOf('\\Hybridauth\\User\\Profile', $profile); } public function test_has_attributes() { $profile_class = '\\Hybridauth\\User\\Profile'; $this->assertClassHasAttribute('identifier', $profile_class); $this->assertClassHasAttribute('webSiteURL', $profile_class); $this->assertClassHasAttribute('profileURL', $profile_class); $this->assertClassHasAttribute('photoURL', $profile_class); $this->assertClassHasAttribute('displayName', $profile_class); $this->assertClassHasAttribute('firstName', $profile_class); $this->assertClassHasAttribute('lastName', $profile_class); $this->assertClassHasAttribute('description', $profile_class); $this->assertClassHasAttribute('gender', $profile_class); $this->assertClassHasAttribute('language', $profile_class); $this->assertClassHasAttribute('age', $profile_class); $this->assertClassHasAttribute('birthDay', $profile_class); $this->assertClassHasAttribute('birthMonth', $profile_class); $this->assertClassHasAttribute('birthYear', $profile_class); $this->assertClassHasAttribute('email', $profile_class); $this->assertClassHasAttribute('emailVerified', $profile_class); $this->assertClassHasAttribute('phone', $profile_class); $this->assertClassHasAttribute('address', $profile_class); $this->assertClassHasAttribute('country', $profile_class); $this->assertClassHasAttribute('region', $profile_class); $this->assertClassHasAttribute('city', $profile_class); $this->assertClassHasAttribute('zip', $profile_class); } public function test_set_attributes() { $profile = new Profile(); $profile->identifier = true; $profile->webSiteURL = true; $profile->profileURL = true; $profile->photoURL = true; $profile->displayName = true; $profile->firstName = true; $profile->lastName = true; $profile->description = true; $profile->gender = true; $profile->language = true; $profile->age = true; $profile->birthDay = true; $profile->birthMonth = true; $profile->birthYear = true; $profile->email = true; $profile->emailVerified = true; $profile->phone = true; $profile->address = true; $profile->country = true; $profile->region = true; $profile->city = true; $profile->zip = true; } /** * @expectedException \Hybridauth\Exception\UnexpectedValueException */ public function test_property_overloading() { $profile = new Profile(); $profile->slug = true; } }__halt_compiler();----SIGNATURE:----hF3uHFsHZjxAG77c357xRRUyI3xQMHFAFj0CCmhc9sUNkzuCQi2Ae5L72JtQXftzrEzWFyvayo3zhtDr+x0uQT6+p2CqqzipfX1ydQLIOW8CGYT3SmOF3Gnuu2qJ91ADWXk9++g0K8L9coVPCDMveD0oRHnDBpBMS8G7VGSBRt+M2YClxA8vCR9eN2moaTne66c5KIrfGGTjV1vQlZ8TIlI3ZKwR6R582maX5/4thd0pP8DUk+raHnVcF7Erei4Jiw+FqayxxwDgjY1FtzSXMqkq7EGRS1JYWr4+NQ0HP3Eh7G/x9qZOQNt+GqAM0NhQhxxDu3LvzhCe+GlhHOOosCFnLmDcKbpRiSfKXWfmZK7uLBWCKtyZm3ExnYIzMh7/War9U2+vdDpdwLgmT8BEmPxUHqAd5zoB2gxHIIi2WTgXZq6uVGxKVU+9n2Tziv5jsMuADXmaaW+KuGpi3g4opXolcjXImobZfx0emoPdb5Y/5K/qg6MphgaKt+Zsoe5xJsp6iz0e8Q9QOqQ1p44aFOXNoR2dwwuUHalOQeWXYNJEBC5kJA/hIEBivrrXGbV/9R+rBbIW0jPlH6xSIRbYyFxq8M+3GFXo1khnpGRnW6rqSyHwqUBEEKMNGgVuM0IecNfB8TedCdy6at8irCGlRyhN50/yOaFTLBTe/aho6IQ=----ATTACHMENT:----MjA3MDkyNTkxOTQ4NjI2NiA0MDUwNjE0MzM5MDY0Njc4IDQ1MDgwODU5MjU5OTM0NzE=