You are here

public static property DisplayJsonFeedTest::$modules in JSON Feed 8

Modules to enable.

Type: array

Overrides ViewTestBase::$modules

File

tests/src/Functional/DisplayJsonFeedTest.php, line 25

Class

DisplayJsonFeedTest
Tests the json_feed display plugin.

Namespace

Drupal\Tests\json_feed\Functional

Code

public static $modules = [
  'block',
  'node',
  'views',
  'json_feed',
  'json_feed_test_views',
];