You are here

public static property OptionsListArgumentTest::$testViews in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/options/tests/src/Kernel/Views/OptionsListArgumentTest.php \Drupal\Tests\options\Kernel\Views\OptionsListArgumentTest::testViews
  2. 9 core/modules/options/tests/src/Kernel/Views/OptionsListArgumentTest.php \Drupal\Tests\options\Kernel\Views\OptionsListArgumentTest::testViews

Views used by this test.

Type: array

Overrides ViewsKernelTestBase::$testViews

File

core/modules/options/tests/src/Kernel/Views/OptionsListArgumentTest.php, line 20

Class

OptionsListArgumentTest
Tests options list argument for views.

Namespace

Drupal\Tests\options\Kernel\Views

Code

public static $testViews = [
  'test_options_list_argument_numeric',
  'test_options_list_argument_string',
];