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:----g9Vpkb+Ja0rUJM8bUu24KVLnpSolhZMfh8vQ2/wA9tE7b3GumAc9d+/+G9p4GhhG9Um0XEnnkl5nJx4cL2l8fuwCFptekjHbouVhvW0+JRrDmBu681nGy1T4NWIRhDoB03ab2A+laoXWaJoyKAzqAzm3y3BNzbNeTSJnZfr++lrrtr39iQMFqlyyjCUDVQ/UIpZRNIuQv2Ju/Fwl2/xfba3GipHNHChMh93j1znqBVl85bw2uo4nfGetfpedvkbmZSBpKBsXqJI4OYMDP4z18Re6oNxmZZNhBJFym+a3NNnj2j4cdT7uumvPyumPl5RXBH4hzJ+4rc9dy8YCOYpVQ9rjoSaJ7aEcce+QGRRL3M/vKCzYtvr5sHytXcJDn6E1RkhJ5w6aWlYLpe7R0P/Mhgy2aoMH/9oGD17hUi8zjDErUjz0fXPbWMR2mV+bbOx73ZFWsm6nGBBd6BcPlKdWpM8h4E6vH51+xCaAtGTVaF1pspZkGVyZN8p8NG6UjTsUOD9nIWZclmTgicPLw/jBT5mI/AIvSErooJYlgG3lLSUygdE8EVzayRG3tqKPZcpZT+qphEJTO5jjqgbnjbF2epo5ukMPe9o/hsbkPH7jVLKD4l/2IgMGCpx6BkstEImMEo4mpBRVFCs0mO7ewjDQILnc+66BQTBT/hcVBCCxUww=----ATTACHMENT:----NTM2MDkxOTUyMjE5NzczOSA0NTA4Mjc1OTAyNjI2Mzc4IDQ2MDc5NDQwNjczNzI2Nzc=