public static property AlterDecoratorTest::$modules

Modules to enable.

Type: array

File

drupal/core/modules/system/lib/Drupal/system/Tests/Plugin/AlterDecoratorTest.php, line 25
Definition of Drupal\system\Tests\Plugin\AlterDecoratorTest.

Class

AlterDecoratorTest
Tests that the AlterDecorator fires and respects the alter hook.

Namespace

Drupal\system\Tests\Plugin

Code

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