You are here

protected property FilterInOperatorTest::$columnMap in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/views/tests/src/Kernel/Handler/FilterInOperatorTest.php \Drupal\Tests\views\Kernel\Handler\FilterInOperatorTest::columnMap

Map column names.

Type: array

File

core/modules/views/tests/src/Kernel/Handler/FilterInOperatorTest.php, line 34

Class

FilterInOperatorTest
Tests the core Drupal\views\Plugin\views\filter\InOperator handler.

Namespace

Drupal\Tests\views\Kernel\Handler

Code

protected $columnMap = [
  'views_test_data_name' => 'name',
  'views_test_data_age' => 'age',
];