You are here

protected static property EntityAnalyserTest::$modules in Real-time SEO for Drupal 8.2

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

tests/src/Kernel/EntityAnalyserTest.php, line 40

Class

EntityAnalyserTest
Tests the entity analyzer.

Namespace

Drupal\Tests\yoast_seo\Kernel

Code

protected static $modules = [
  'yoast_seo',
  'node',
  'datetime',
  'user',
  'system',
  'filter',
  'field',
  'text',
  'token',
  'metatag',
];