You are here

public function BlockComponentRenderArrayTest::providerBlockTypes in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/layout_builder/tests/src/Unit/BlockComponentRenderArrayTest.php \Drupal\Tests\layout_builder\Unit\BlockComponentRenderArrayTest::providerBlockTypes()

Dataprovider for test functions that should test block types.

File

core/modules/layout_builder/tests/src/Unit/BlockComponentRenderArrayTest.php, line 48

Class

BlockComponentRenderArrayTest
@coversDefaultClass \Drupal\layout_builder\EventSubscriber\BlockComponentRenderArray @group layout_builder

Namespace

Drupal\Tests\layout_builder\Unit

Code

public function providerBlockTypes() {
  return [
    [
      TRUE,
    ],
    [
      FALSE,
    ],
  ];
}