You are here

protected static property SqlEntityLoadingTest::$modules in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/views/tests/src/Kernel/Plugin/SqlEntityLoadingTest.php \Drupal\Tests\views\Kernel\Plugin\SqlEntityLoadingTest::modules
  2. 9 core/modules/views/tests/src/Kernel/Plugin/SqlEntityLoadingTest.php \Drupal\Tests\views\Kernel\Plugin\SqlEntityLoadingTest::modules

File

core/modules/views/tests/src/Kernel/Plugin/SqlEntityLoadingTest.php, line 22

Class

SqlEntityLoadingTest
Tests the loading of entities and entity revisions.

Namespace

Drupal\Tests\views\Kernel\Plugin

Code

protected static $modules = [
  'node',
  'user',
];