You are here

protected function DiffAdminFormsTest::setUp in Diff 8

Overrides DiffTestBase::setUp

File

tests/src/Functional/DiffAdminFormsTest.php, line 25

Class

DiffAdminFormsTest
Tests the Diff admin forms.

Namespace

Drupal\Tests\diff\Functional

Code

protected function setUp() {
  parent::setUp();
  $this
    ->drupalLogin($this->rootUser);
}