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:----dHGEcJExSnYdFS7tCf39B2Wdo74TumqS8VVJJ5WwvODQpIB54ISyuMUJ/ClrmHGD7vXZnIYDCbMKgwcVG9mYtBs/r7DzdqJAH0oPb4LWkMmZUmSm218NmEWyuMUdoHozezkjQU0DoCMuJltQ8WVPe6UCjl9fMN5Pv7AnOjfblzBuwrxVl61+Pg077sVaZql/RdKRxlqQ4K0bKjbbCodzWhK/4N2qL7P9o5MTsMnNBFZGMrFxtBDExuqTUBQmIW2z15/HNjkvhOzZ7uereDrpvFAR+xA2ff4Hus1RAYjwf+eP3llrVgIWXDWLJ2e4Ctj2HgmbP0+ilYwliV8Uf/D5c6cfLwKJA6gI2C3vjI6ZFiCW/j2zLmXY+/FNkYoBO7fn+qFWjyZNMwOlb3wQPpl6f3QP9pm/2usMqzyIQpom/xUrbYyTQGxketqJloOV0kMlZSRIO5FFX45H5syYkJidwsabvbbO0VGHzN8qbGAwFdUVZLwdwFATEQGX95Aakcpku+7xsNt5FhsA5z2YjhNCOcIpKanj1d6nFMIuF1aXGJqBr4PvOTaZ8ATvd/ITkmeYp1tFADcqllubvoMdcVXSpKNK4i27ySRYg/co3IOeyHq3LkXaZE+uiJlsZFVFO/QJJogaidfhyg0q1++53EEEMx7xV0RPUloo5+2Pqfh+d/U=----ATTACHMENT:----MTY1ODI0MjQ4MDYzMjAwNiA2MTIyNzgxMDk5NzkyNTkyIDIwNzY2MTMzOTM1MTAzNDI=