public static property SortDateTimeTest::$testViews in Drupal 9
Same name and namespace in other branches
- 8 core/modules/datetime/tests/src/Kernel/Views/SortDateTimeTest.php \Drupal\Tests\datetime\Kernel\Views\SortDateTimeTest::testViews
- 10 core/modules/datetime/tests/src/Kernel/Views/SortDateTimeTest.php \Drupal\Tests\datetime\Kernel\Views\SortDateTimeTest::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/ datetime/ tests/ src/ Kernel/ Views/ SortDateTimeTest.php, line 18
Class
- SortDateTimeTest
- Tests for core Drupal\datetime\Plugin\views\sort\Date handler.
Namespace
Drupal\Tests\datetime\Kernel\ViewsCode
public static $testViews = [
'test_sort_datetime',
];