You are here

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

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

tests/src/Kernel/DefaultConfigurationTest.php, line 19

Class

DefaultConfigurationTest
Test the module configurations.

Namespace

Drupal\Tests\node_revision_delete\Kernel

Code

protected static $modules = [
  'node_revision_delete',
];