You are here

public static property AnonymousUserTest::$modules in Acquia Content Hub 8.2

Modules to enable.

Type: array

Overrides EntityKernelTestBase::$modules

File

tests/src/Kernel/EventSubscriber/EntityDataTamper/AnonymousUserTest.php, line 34

Class

AnonymousUserTest
Tests Anonymous user attribute.

Namespace

Drupal\Tests\acquia_contenthub\Kernel\EventSubscriber\EntityDataTamper

Code

public static $modules = [
  'acquia_contenthub',
  'depcalc',
  'filter',
  'language',
  'node',
  'text',
  'path_alias',
];