예제 #1
0
 public static function setUpBeforeClass()
 {
     Database::delete('Users', ['user_email' => '*****@*****.**']);
     self::$twitterProfile = new TwitterProfile();
     self::$twitterProfile->create(['id' => 100, 'profile_image_url' => 'twitter_profile_picture']);
     self::$instagramProfile = new InstagramProfile();
     self::$instagramProfile->create(['id' => 100, 'profile_picture' => 'instagram_profile_picture']);
 }