Skip to content
Snippets Groups Projects

Issue #3206952: Why block_content depends on block?

Files
7
@@ -15,7 +15,7 @@ abstract class BlockContentResourceTestBase extends EntityResourceTestBase {
/**
* {@inheritdoc}
*/
protected static $modules = ['block_content'];
protected static $modules = ['block', 'block_content'];
/**
* {@inheritdoc}
Loading