protected property FilterInOperatorTest::$column_map

File

drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FilterInOperatorTest.php, line 24
Definition of Drupal\views\Tests\Handler\FilterInOperatorTest.

Class

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

Namespace

Drupal\views\Tests\Handler

Code

protected $column_map = array(
  'views_test_data_name' => 'name',
  'views_test_data_age' => 'age',
);