You are here

protected function AgreementCustomUnprivilegedUserTest::setUp in Agreement 8.2

Same name and namespace in other branches
  1. 3.0.x tests/src/Functional/AgreementCustomUnprivilegedUserTest.php \Drupal\Tests\agreement\Functional\AgreementCustomUnprivilegedUserTest::setUp()

Overrides AgreementTestBase::setUp

File

tests/src/Functional/AgreementCustomUnprivilegedUserTest.php, line 22

Class

AgreementCustomUnprivilegedUserTest
Tests custom agreement settings.

Namespace

Drupal\Tests\agreement\Functional

Code

protected function setUp() {
  parent::setUp();
  $this->account = $this
    ->createUnprivilegedUser();
}