You are here

public static property LoadTest::$modules in Field Limiter 8

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

src/Tests/LoadTest.php, line 20

Class

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

Namespace

Drupal\field_limiter\Tests

Code

public static $modules = [
  'field_limiter',
];