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\FunctionalCode
protected function setUp() {
parent::setUp();
$this
->drupalLogin($this->rootUser);
}