You are here

protected static property NodeRevisionDeleteConfigTest::$modules in Node Revision Delete 8

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

tests/src/Kernel/NodeRevisionDeleteConfigTest.php, line 22

Class

NodeRevisionDeleteConfigTest
Test the module configurations related to the node_revision_delete service.

Namespace

Drupal\Tests\node_revision_delete\Kernel

Code

protected static $modules = [
  'node_revision_delete',
  'node',
  'system',
  'field',
  'text',
];