public static property ArgumentTransformTermTest::$testViews in Drupal 8
Same name and namespace in other branches
- 9 core/modules/taxonomy/tests/src/Kernel/Views/ArgumentTransformTermTest.php \Drupal\Tests\taxonomy\Kernel\Views\ArgumentTransformTermTest::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/ taxonomy/ tests/ src/ Kernel/ Views/ ArgumentTransformTermTest.php, line 19
Class
- ArgumentTransformTermTest
- Tests taxonomy term argument transformation.
Namespace
Drupal\Tests\taxonomy\Kernel\ViewsCode
public static $testViews = [
'test_argument_transform_term',
];