You are here

public function PathAliasMenuLinkContentOriginTest::__construct in Menu Item Extras 8.2

File

tests/src/Kernel/PathAliasMenuLinkContentOriginTest.php, line 17

Class

PathAliasMenuLinkContentOriginTest
Ensures that the menu tree adapts to path alias changes.

Namespace

Drupal\Tests\menu_item_extras\Kernel

Code

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