You are here

protected function IntervalTest::setUp in Interval Field 8

Sets the test up.

Overrides BrowserTestBase::setUp

File

tests/src/Functional/IntervalTest.php, line 60

Class

IntervalTest
Ensures that the interval field works correctly.

Namespace

Drupal\Tests\interval\Functional

Code

protected function setUp() {
  parent::setUp();
  $this->adminUser = $this
    ->drupalCreateUser($this->permissions);
}