public static property JsonldNormalizerTestBase::$modules

Modules to enable.

Type: array

File

drupal/core/modules/jsonld/lib/Drupal/jsonld/Tests/JsonldNormalizerTestBase.php, line 22
Definition of Drupal\jsonld\Tests\JsonldTestBase.

Class

JsonldNormalizerTestBase
Parent class for JSON-LD tests.

Namespace

Drupal\jsonld\Tests

Code

public static $modules = array(
  'language',
  'entity_test',
);