You are here

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

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

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

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

Class

InstantArticleContentEntityNormalizerTest
Test the Drupal Client wrapper.

Namespace

Drupal\Tests\fb_instant_articles\Kernel

Code

protected static $modules = [
  'system',
  'field',
  'serialization',
  'node',
  'user',
  'fb_instant_articles',
];