You are here

protected static property BlockInterfaceTest::$modules in Drupal 10

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

File

core/modules/block/tests/src/Kernel/BlockInterfaceTest.php, line 16

Class

BlockInterfaceTest
Tests that the block plugin can work properly without a supporting entity.

Namespace

Drupal\Tests\block\Kernel

Code

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