BatchExampleWebTest::$modules

Type: modules

File

modules/batch_example/tests/src/Functional/BatchExampleWebTest.php, line 24

Class

BatchExampleWebTest
Functional tests for the Batch Example module.

Namespace

Drupal\Tests\batch_example\Functional

Code

protected static $modules = [
  'node',
  'batch_example',
];