BlockContentDeletionTest::$modules

Same name and namespace in other branches
  1. 9 core/modules/block_content/tests/src/Kernel/BlockContentDeletionTest.php \Drupal\Tests\block_content\Kernel\BlockContentDeletionTest::modules
  2. 10 core/modules/block_content/tests/src/Kernel/BlockContentDeletionTest.php \Drupal\Tests\block_content\Kernel\BlockContentDeletionTest::modules
  3. 11.x core/modules/block_content/tests/src/Kernel/BlockContentDeletionTest.php \Drupal\Tests\block_content\Kernel\BlockContentDeletionTest::modules

Type: modules

Overrides KernelTestBase::$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\Kernel

Code

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

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