You are here

protected function InstallationTest::setUp in Video Embed Field 8

Same name and namespace in other branches
  1. 8.2 tests/src/Functional/InstallationTest.php \Drupal\Tests\video_embed_field\Functional\InstallationTest::setUp()

Overrides BrowserTestBase::setUp

File

tests/src/Functional/InstallationTest.php, line 19

Class

InstallationTest
Test the modules install and uninstall cleanly.

Namespace

Drupal\Tests\video_embed_field\Functional

Code

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