You are here

protected function LazyLoadFormatterTest::setUp in Video Embed Field 8.2

Same name and namespace in other branches
  1. 8 tests/src/FunctionalJavascript/LazyLoadFormatterTest.php \Drupal\Tests\video_embed_field\FunctionalJavascript\LazyLoadFormatterTest::setUp()

Overrides BrowserTestBase::setUp

File

tests/src/FunctionalJavascript/LazyLoadFormatterTest.php, line 34

Class

LazyLoadFormatterTest
Test the lazy load formatter.

Namespace

Drupal\Tests\video_embed_field\FunctionalJavascript

Code

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