You are here

private property AutoExportTest::$testBlocksId in Fixed Block Content 8

The IDs of the test blocks.

Type: array

File

tests/src/Kernel/AutoExportTest.php, line 17

Class

AutoExportTest
Tests the auto-create option of fixed blocks.

Namespace

Drupal\Tests\fixed_block_content\Kernel

Code

private $testBlocksId = [
  'auto_export_always',
  'auto_export_on_empty',
  'test_auto_export_disabled',
];