You are here

public function SocialAuthEntityTest::testUserId in Social Auth 8.2

Same name and namespace in other branches
  1. 3.x tests/src/Kernel/SocialAuthEntityTest.php \Drupal\Tests\social_auth\Kernel\SocialAuthEntityTest::testUserId()

Tests getter for user_id field.

File

tests/src/Kernel/SocialAuthEntityTest.php, line 83

Class

SocialAuthEntityTest
Tests social_auth entity.

Namespace

Drupal\Tests\social_auth\Kernel

Code

public function testUserId() {
  self::assertEquals($this->values['user_id'], $this->entity
    ->getUserId());
}