public static property EntityQueryAggregateTest::$modules

Modules to enable.

Type: array

Overrides EntityUnitTestBase::$modules

File

drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryAggregateTest.php, line 24
Contains \Drupal\system\Tests\Entity\EntityQueryAggregateTest.

Class

EntityQueryAggregateTest
Defines a test for testing aggregation support for entity query.

Namespace

Drupal\system\Tests\Entity

Code

public static $modules = array(
  'number',
);