You are here

public static property ArgumentValidatorTest::$testViews in Drupal 9

Same name in this branch
  1. 9 core/modules/views_ui/tests/src/Functional/ArgumentValidatorTest.php \Drupal\Tests\views_ui\Functional\ArgumentValidatorTest::testViews
  2. 9 core/modules/views/tests/src/Kernel/Plugin/ArgumentValidatorTest.php \Drupal\Tests\views\Kernel\Plugin\ArgumentValidatorTest::testViews
Same name and namespace in other branches
  1. 8 core/modules/views/tests/src/Kernel/Plugin/ArgumentValidatorTest.php \Drupal\Tests\views\Kernel\Plugin\ArgumentValidatorTest::testViews

Views used by this test.

Type: array

Overrides ViewsKernelTestBase::$testViews

File

core/modules/views/tests/src/Kernel/Plugin/ArgumentValidatorTest.php, line 21

Class

ArgumentValidatorTest
Tests Views argument validators.

Namespace

Drupal\Tests\views\Kernel\Plugin

Code

public static $testViews = [
  'test_view_argument_validate_numeric',
  'test_view',
];