BreadcrumbPreprocessTest::$modules

Same name and namespace in other branches
  1. main core/themes/default_admin/tests/src/Kernel/BreadcrumbPreprocessTest.php \Drupal\Tests\default_admin\Kernel\BreadcrumbPreprocessTest::modules

Type: modules

Overrides KernelTestBase::$modules

File

core/themes/default_admin/tests/src/Kernel/BreadcrumbPreprocessTest.php, line 28

Class

BreadcrumbPreprocessTest
Tests breadcrumb preprocessing for entities.

Namespace

Drupal\Tests\default_admin\Kernel

Code

protected static $modules = [
  'system',
  'user',
  'field',
  'text',
  'filter',
  'node',
  'entity_test',
  'link',
  'menu_link_content',
];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.