You are here

public static property EntityReferenceTest::$modules in Reference Table Formatter 2.0.x

Same name and namespace in other branches
  1. 8 tests/src/Kernel/EntityReferenceTest.php \Drupal\Tests\reference_table_formatter\Kernel\EntityReferenceTest::modules

Modules to enable.

Type: array

Overrides EntityKernelTestBase::$modules

File

tests/src/Kernel/EntityReferenceTest.php, line 29

Class

EntityReferenceTest
@coversDefaultClass \Drupal\reference_table_formatter\Plugin\Field\FieldFormatter\EntityReferenceTableFormatter @group reference_table_formatter

Namespace

Drupal\Tests\reference_table_formatter\Kernel

Code

public static $modules = [
  'field',
  'reference_table_formatter',
];