You are here

protected static property MigrateSyslogConfigsTest::$modules in Drupal 9

Same name in this branch
  1. 9 core/modules/syslog/tests/src/Kernel/Migrate/d6/MigrateSyslogConfigsTest.php \Drupal\Tests\syslog\Kernel\Migrate\d6\MigrateSyslogConfigsTest::modules
  2. 9 core/modules/syslog/tests/src/Kernel/Migrate/d7/MigrateSyslogConfigsTest.php \Drupal\Tests\syslog\Kernel\Migrate\d7\MigrateSyslogConfigsTest::modules
Same name and namespace in other branches
  1. 8 core/modules/syslog/tests/src/Kernel/Migrate/d7/MigrateSyslogConfigsTest.php \Drupal\Tests\syslog\Kernel\Migrate\d7\MigrateSyslogConfigsTest::modules

Modules to enable.

Type: array

Overrides MigrateDrupalTestBase::$modules

File

core/modules/syslog/tests/src/Kernel/Migrate/d7/MigrateSyslogConfigsTest.php, line 22

Class

MigrateSyslogConfigsTest
Upgrade variables to syslog.settings.yml.

Namespace

Drupal\Tests\syslog\Kernel\Migrate\d7

Code

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