BatchExampleWebTest::$modules

Same name in other branches
  1. 3.x modules/batch_example/tests/src/Functional/BatchExampleWebTest.php \Drupal\Tests\batch_example\Functional\BatchExampleWebTest::modules
  2. 4.0.x modules/batch_example/tests/src/Functional/BatchExampleWebTest.php \Drupal\Tests\batch_example\Functional\BatchExampleWebTest::modules

Type: modules

File

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

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