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:----FMQcym0LLHsEsWRmbXYlsxNiNjE9gNfyvmbmsFfQqvsFplHxicvjZ6GxKAf+qE55TW8GQ77OckaNV1y43qLVEcDyGNTl9MVBBO3QB0hgkCfR2n5BIVpxwUqxucNzsh8rwYlDfelZK3amOCorpaaKV/GZUsL7TO/L/F8KzURJVqEOjN8VCAEhYa3wdR1WZtrZl3YBHWK/2+FzVtuJ1WWop8dxnF6S6D7woowAkDfAz57Ipz91xkx+WwjyBIbQ/7OPdAHx1EqhEAQq/lAJM0IdSwF9o0zFN/fb1rrbYhTdwA1dZAm54Q0OxhK1NigEyjWCwzqccnGlIbh778i52O8kRchfrCXyp90TDX6tevTCeEXDgkm+gMzJR/gLtlDJL1vJG9wNeLHPmxIWyHVKXPl4PKL3kI9bPX0Uq6EZkh7nwNuJolVXQFJFl4lORa+KKDBeztXLxJKZY42NsWTgPjV6e6+pd/kuUX389qM0v3j/cvo6LhFwFcuzrCpJ7g/WMJrdAbC5YvDjmunrXr9zxyWkMJ9vKvcqbLddxRUCRU6N95UE7QQkZ6inJddTlPk5ZYfDA3vn1s3NU9hsvm9s1Dn1cWyid5VPTcD+jNL7lOEF0jbjMN9/ks/ABalkhPyraOAZsZmq61AFZf7FhbBBX3r4o8LfDQh9i0SpREFfZG8ybaI=----ATTACHMENT:----NDc5MjY3Mzk4NDU1OTA0OCA3MDM5NDk3MjE2MjQxNzg4IDkzOTY1Mjc1NTA2ODA2NDA=