You are here

public function MenuLinkContentCacheabilityBubblingOriginTest::__construct in Menu Item Extras 8.2

File

tests/src/Kernel/MenuLinkContentCacheabilityBubblingOriginTest.php, line 19

Class

MenuLinkContentCacheabilityBubblingOriginTest
Ensures that rendered menu links bubble the necessary bubbleable metadata.

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);
}