You are here

protected function PlanTestBase::setUp in farmOS 2.x

Overrides FarmBrowserTestBase::setUp

File

modules/core/plan/tests/src/Functional/PlanTestBase.php, line 36

Class

PlanTestBase
Tests the plan CRUD.

Namespace

Drupal\Tests\plan\Functional

Code

protected function setUp() : void {
  parent::setUp();
  $this->adminUser = $this
    ->drupalCreateUser($this
    ->getAdministratorPermissions());
  $this
    ->drupalLogin($this->adminUser);
  drupal_flush_all_caches();
}