You are here

public function LinkedinAuthManagerTest::testSetLinkedinClient in Social Auth LinkedIn 8

Tests set Google_Client object.

@covers ::setClient

File

tests/src/Unit/LinkedinAuthManagerTest.php, line 63

Class

LinkedinAuthManagerTest
@coversDefaultClass Drupal\social_auth_linkedin\LinkedinAuthManager @group social_auth_linkedin

Namespace

Drupal\Tests\social_auth_linkedin\Unit

Code

public function testSetLinkedinClient() {
  $this
    ->assertInstanceOf('Drupal\\social_auth_linkedin\\LinkedinAuthManager', $this
    ->setClient());
}