DbImportCommandTest::$modules

Same name and namespace in other branches
  1. 9 core/modules/system/tests/src/Kernel/Scripts/DbImportCommandTest.php \Drupal\Tests\system\Kernel\Scripts\DbImportCommandTest::modules
  2. 10 core/modules/system/tests/src/Kernel/Scripts/DbImportCommandTest.php \Drupal\Tests\system\Kernel\Scripts\DbImportCommandTest::modules
  3. 11.x core/modules/system/tests/src/Kernel/Scripts/DbImportCommandTest.php \Drupal\Tests\system\Kernel\Scripts\DbImportCommandTest::modules

Type: modules

Overrides KernelTestBase::$modules

File

core/modules/system/tests/src/Kernel/Scripts/DbImportCommandTest.php, line 20

Class

DbImportCommandTest
Test that the DbImportCommand works correctly.

Namespace

Drupal\Tests\system\Kernel\Scripts

Code

public static $modules = [
    'system',
    'config',
    'dblog',
    'menu_link_content',
    'link',
    'block_content',
    'file',
    'user',
];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.