You are here

protected static property BlockContentDeriverTest::$modules in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/block_content/tests/src/Kernel/BlockContentDeriverTest.php \Drupal\Tests\block_content\Kernel\BlockContentDeriverTest::modules
  2. 9 core/modules/block_content/tests/src/Kernel/BlockContentDeriverTest.php \Drupal\Tests\block_content\Kernel\BlockContentDeriverTest::modules

File

core/modules/block_content/tests/src/Kernel/BlockContentDeriverTest.php, line 20

Class

BlockContentDeriverTest
Tests block content plugin deriver.

Namespace

Drupal\Tests\block_content\Kernel

Code

protected static $modules = [
  'block',
  'block_content',
  'system',
  'user',
];