You are here

protected function FontYourFaceSubmoduleInstallTest::setUp in @font-your-face 8.3

Overrides BrowserTestBase::setUp

File

tests/src/Functional/FontYourFaceSubmoduleInstallTest.php, line 37

Class

FontYourFaceSubmoduleInstallTest
Tests that installing @font-your-face submodules is not broken.

Namespace

Drupal\Tests\fontyourface\Functional

Code

protected function setUp() {
  parent::setUp();

  // Create and log in an administrative user.
  $this->adminUser = $this
    ->drupalCreateUser([
    'administer font entities',
  ]);
  $this
    ->drupalLogin($this->adminUser);
}