public static property CustomBlockSaveTest::$modules

Modules to enable.

Type: array

Overrides CustomBlockTestBase::$modules

File

drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockSaveTest.php, line 22
Contains \Drupal\custom_block\Tests\CustomBlockSaveTest.

Class

CustomBlockSaveTest
Tests block save related functionality.

Namespace

Drupal\custom_block\Tests

Code

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