You are here

public function TestSimpleFbConnectUserManager::subDownloadProfilePic in Simple FB Connect 8.2

Same name and namespace in other branches
  1. 8.3 tests/src/Unit/TestSimpleFbConnectUserManager.php \Drupal\Tests\simple_fb_connect\Unit\TestSimpleFbConnectUserManager::subDownloadProfilePic()

Public method to help unit testing downloadProfilePic().

File

tests/src/Unit/TestSimpleFbConnectUserManager.php, line 57
Contains Drupal\Tests\simple_fb_connect\Unit\SimpleFbConnectTestUserManager.

Class

TestSimpleFbConnectUserManager
This subclass overrides methods that call procedural Drupal functions.

Namespace

Drupal\Tests\simple_fb_connect\Unit

Code

public function subDownloadProfilePic($picture_url, $fbid) {
  return $this
    ->downloadProfilePic($picture_url, $fbid);
}