Exemple #1
0
 public function testProfilePictureInstagram()
 {
     $user = new User();
     $user->instagram_id = 100;
     $user->profile_picture_preference = 'instagram';
     $this->assertEquals('instagram_profile_picture', $user->profilePicture(80));
 }