You are here

protected property SocialApiTestBase::$adminUser in Social API 3.x

Same name and namespace in other branches
  1. 8.2 tests/src/Functional/SocialApiTestBase.php \Drupal\Tests\social_api\Functional\SocialApiTestBase::adminUser

A test user with corresponding permissions.

Type: \Drupal\user\UserInterface

File

tests/src/Functional/SocialApiTestBase.php, line 41

Class

SocialApiTestBase
Defines a base class for testing Social Auth implementers.

Namespace

Drupal\Tests\social_api\Functional

Code

protected $adminUser;