You are here

public static property SyslogTest::$modules in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/syslog/src/Tests/SyslogTest.php \Drupal\syslog\Tests\SyslogTest::modules

Modules to enable.

Type: array

File

core/modules/syslog/src/Tests/SyslogTest.php, line 24
Contains \Drupal\syslog\Tests\SyslogTest.

Class

SyslogTest
Tests syslog settings.

Namespace

Drupal\syslog\Tests

Code

public static $modules = array(
  'syslog',
);