You are here

protected static property AuthorReferenceFormatterTest::$modules in Facebook Instant Articles 3.x

Same name and namespace in other branches
  1. 8.2 tests/src/Kernel/Plugin/Field/FieldFormatter/AuthorReferenceFormatterTest.php \Drupal\Tests\fb_instant_articles\Kernel\Plugin\Field\FieldFormatter\AuthorReferenceFormatterTest::modules

Modules to enable.

Type: array

Overrides FormatterTestBase::$modules

File

tests/src/Kernel/Plugin/Field/FieldFormatter/AuthorReferenceFormatterTest.php, line 22

Class

AuthorReferenceFormatterTest
Test the instant article author reference field formatter.

Namespace

Drupal\Tests\fb_instant_articles\Kernel\Plugin\Field\FieldFormatter

Code

protected static $modules = [
  'user',
];