protected function AgreementCustomUnprivilegedUserTest::setUp in Agreement 3.0.x
Same name and namespace in other branches
- 8.2 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\FunctionalCode
protected function setUp() : void {
parent::setUp();
$this->account = $this
->createUnprivilegedUser();
}