You are here

protected function ColorboxFormatterTest::setUp in Video Embed Field 8.2

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

Overrides BrowserTestBase::setUp

File

tests/src/FunctionalJavascript/ColorboxFormatterTest.php, line 41

Class

ColorboxFormatterTest
Test the colorbox formatter.

Namespace

Drupal\Tests\video_embed_field\FunctionalJavascript

Code

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