diff --git a/core/modules/block_content/src/Tests/BlockContentTestBase.php b/core/modules/block_content/src/Tests/BlockContentTestBase.php index 87f74b1..85b4ca4 100644 --- a/core/modules/block_content/src/Tests/BlockContentTestBase.php +++ b/core/modules/block_content/src/Tests/BlockContentTestBase.php @@ -56,7 +56,7 @@ protected function setUp() { parent::setUp(); if ($this->autoCreateBasicBlockType) { - $this->createBlockContentType('basic'); + $this->createBlockContentType('basic', TRUE); } $this->adminUser = $this->drupalCreateUser($this->permissions);