You are here

protected property BlockContentTypeTest::$autoCreateBasicBlockType in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/block_content/src/Tests/BlockContentTypeTest.php \Drupal\block_content\Tests\BlockContentTypeTest::autoCreateBasicBlockType

Whether or not to create an initial block type.

Type: bool

Overrides BlockContentTestBase::$autoCreateBasicBlockType

File

core/modules/block_content/src/Tests/BlockContentTypeTest.php, line 42
Contains \Drupal\block_content\Tests\BlockContentTypeTest.

Class

BlockContentTypeTest
Ensures that custom block type functions work correctly.

Namespace

Drupal\block_content\Tests

Code

protected $autoCreateBasicBlockType = FALSE;