8 calls to CustomBlockTestBase::createCustomBlock()

CustomBlockBuildContentTest::testCustomBlockRebuildContent in drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockBuildContentTest.php
Ensures that content is rebuilt in calls to custom_block_build_content().
CustomBlockCreationTest::testFailedBlockCreation in drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockCreationTest.php
Verifies that a transaction rolls back the failed creation.
CustomBlockLoadHooksTest::testHookCustomBlockLoad in drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockLoadHooksTest.php
Tests that hook_custom_block_load() is invoked correctly.
CustomBlockPageViewTest::testPageEdit in drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockPageViewTest.php
Checks block edit functionality.
CustomBlockRevisionsTest::setUp in drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockRevisionsTest.php
Sets the test up.
CustomBlockSaveTest::testCustomBlockSaveOnInsert in drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockSaveTest.php
Tests saving a block on block insert.
CustomBlockSaveTest::testDeterminingChanges in drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockSaveTest.php
Tests determing changes in hook_block_presave().
CustomBlockTypeTest::testCustomBlockTypeDeletion in drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockTypeTest.php
Tests deleting a block type that still has content.