protected static property BlockContentDeletionTest::$modules in Drupal 10
Same name and namespace in other branches
- 8 core/modules/block_content/tests/src/Kernel/BlockContentDeletionTest.php \Drupal\Tests\block_content\Kernel\BlockContentDeletionTest::modules
- 9 core/modules/block_content/tests/src/Kernel/BlockContentDeletionTest.php \Drupal\Tests\block_content\Kernel\BlockContentDeletionTest::modules
File
- core/modules/ block_content/ tests/ src/ Kernel/ BlockContentDeletionTest.php, line 20 
Class
- BlockContentDeletionTest
- Tests that deleting a block clears the cached definitions.
Namespace
Drupal\Tests\block_content\KernelCode
protected static $modules = [
  'block',
  'block_content',
  'system',
  'user',
];