9 calls to BlockContentTestBase::createBlockContent() in Drupal 8
- BlockContentContextualLinksTest::testBlockContentContextualLinks in core/
modules/ block_content/ tests/ src/ Functional/ BlockContentContextualLinksTest.php - Tests contextual links.
- BlockContentCreationTest::testConfigDependencies in core/
modules/ block_content/ tests/ src/ Functional/ BlockContentCreationTest.php - Test that placed content blocks create a dependency in the block placement.
- BlockContentCreationTest::testFailedBlockCreation in core/
modules/ block_content/ tests/ src/ Functional/ BlockContentCreationTest.php - Verifies that a transaction rolls back the failed creation.
- BlockContentPageViewTest::testPageEdit in core/
modules/ block_content/ tests/ src/ Functional/ BlockContentPageViewTest.php - Checks block edit and fallback functionality.
- BlockContentRevisionsTest::setUp in core/
modules/ block_content/ tests/ src/ Functional/ BlockContentRevisionsTest.php - Sets the test up.
- BlockContentSaveTest::testBlockContentSaveOnInsert in core/
modules/ block_content/ tests/ src/ Functional/ BlockContentSaveTest.php - Tests saving a block on block insert.
- BlockContentSaveTest::testDeterminingChanges in core/
modules/ block_content/ tests/ src/ Functional/ BlockContentSaveTest.php - Tests determining changes in hook_block_presave().
- BlockContentTypeTest::testBlockContentTypeDeletion in core/
modules/ block_content/ tests/ src/ Functional/ BlockContentTypeTest.php - Tests deleting a block type that still has content.
- BlockContentValidationTest::testValidation in core/
modules/ block_content/ tests/ src/ Functional/ BlockContentValidationTest.php - Tests the block content validation constraints.