You are here

public function BlockTest::testBlock in Acquia Content Hub 8.2

Tests "block_content" Drupal entity.

@dataProvider blockDataProvider

Parameters

mixed $args: Arguments. @see ImportExportTestBase::contentEntityImportExport() for the details.

Throws

\Drupal\Core\Entity\EntityStorageException

File

tests/src/Kernel/BlockTest.php, line 66

Class

BlockTest
Tests exporting and import blocks.

Namespace

Drupal\Tests\acquia_contenthub\Kernel

Code

public function testBlock(...$args) {
  parent::contentEntityImportExport(...$args);
}