protected static property BlockInterfaceTest::$modules in Drupal 10
Same name and namespace in other branches
- 8 core/modules/block/tests/src/Kernel/BlockInterfaceTest.php \Drupal\Tests\block\Kernel\BlockInterfaceTest::modules
- 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\KernelCode
protected static $modules = [
'system',
'block',
'block_test',
'user',
];