public static property CustomBlockCreationTest::$modules

Modules to enable.

Enable dummy module that implements hook_block_insert() for exceptions.

Type: array

Overrides CustomBlockTestBase::$modules

File

drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockCreationTest.php, line 25
Contains \Drupal\custom_block\Tests\CustomBlockCreationTest.

Class

CustomBlockCreationTest
Tests creating and saving a block.

Namespace

Drupal\custom_block\Tests

Code

public static $modules = array(
  'custom_block_test',
  'dblog',
);