diff --git a/core/modules/block_content/src/Tests/BlockContentTestBase.php b/core/modules/block_content/src/Tests/BlockContentTestBase.php index 92fc30d..87f74b1 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->createBasicBlockType(); + $this->createBlockContentType('basic'); } $this->adminUser = $this->drupalCreateUser($this->permissions);