You are here

public static property PbfBaseTest::$modules in Permissions by field 8

Modules to install.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/Functional/PbfBaseTest.php, line 29

Class

PbfBaseTest
General setup and helper function for testing pbf module.

Namespace

Drupal\Tests\pbf\Functional

Code

public static $modules = array(
  'system',
  'language',
  'user',
  'node',
  'field',
  'field_ui',
  'taxonomy',
  'search',
  'pbf',
);