public static property SortTranslationTest::$testViews in Drupal 8
Same name and namespace in other branches
- 9 core/modules/views/tests/src/Kernel/Handler/SortTranslationTest.php \Drupal\Tests\views\Kernel\Handler\SortTranslationTest::testViews
- 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\HandlerCode
public static $testViews = [
'test_view_sort_translation',
];