You are here

public static property SortTranslationTest::$testViews in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/views/tests/src/Kernel/Handler/SortTranslationTest.php \Drupal\Tests\views\Kernel\Handler\SortTranslationTest::testViews
  2. 10 core/modules/views/tests/src/Kernel/Handler/SortTranslationTest.php \Drupal\Tests\views\Kernel\Handler\SortTranslationTest::testViews

Views to be enabled.

Test classes should override this property and provide the list of testing views.

Type: array

Overrides ViewsKernelTestBase::$testViews

File

core/modules/views/tests/src/Kernel/Handler/SortTranslationTest.php, line 31

Class

SortTranslationTest
Tests sorting on translatable and not translatable fields.

Namespace

Drupal\Tests\views\Kernel\Handler

Code

public static $testViews = [
  'test_view_sort_translation',
];