You are here

public static property EntityPagerTest::$modules in Entity Pager 8

Same name and namespace in other branches
  1. 2.0.x tests/src/Functional/EntityPagerTest.php \Drupal\Tests\entity_pager\Functional\EntityPagerTest::modules

Modules to enable.

Type: array

Overrides ViewTestBase::$modules

File

tests/src/Functional/EntityPagerTest.php, line 23

Class

EntityPagerTest
Tests the entity pager view style.

Namespace

Drupal\Tests\entity_pager\Functional

Code

public static $modules = [
  'block',
  'entity_pager',
  'entity_pager_test_views',
  'node',
];