You are here

public static property JsonLogConfigFormTest::$modules in JSONlog 3.x

Same name and namespace in other branches
  1. 8.2 tests/src/Functional/JsonLogConfigFormTest.php \Drupal\Tests\jsonlog\Functional\JsonLogConfigFormTest::modules
  2. 8 tests/src/Functional/JsonLogConfigFormTest.php \Drupal\Tests\jsonlog\Functional\JsonLogConfigFormTest::modules

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/Functional/JsonLogConfigFormTest.php, line 27

Class

JsonLogConfigFormTest
Simple test to ensure that main page loads with module enabled.

Namespace

Drupal\Tests\jsonlog\Functional

Code

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