You are here

public function MenuLinkContentFormOriginTest::__construct in Menu Item Extras 8.2

Overrides BrowserTestBase::__construct

File

tests/src/Functional/MenuLinkContentFormOriginTest.php, line 17

Class

MenuLinkContentFormOriginTest
Tests the menu link content UI.

Namespace

Drupal\Tests\menu_item_extras\Functional

Code

public function __construct($name = NULL, array $data = [], $dataName = '') {
  static::$modules[] = 'menu_item_extras';
  parent::__construct($name, $data, $dataName);
}