You are here

protected property FieldWebTest::$columnMap in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/views/src/Tests/Handler/FieldWebTest.php \Drupal\views\Tests\Handler\FieldWebTest::columnMap

Maps between the key in the expected result and the query result.

Type: array

File

core/modules/views/src/Tests/Handler/FieldWebTest.php, line 45
Contains \Drupal\views\Tests\Handler\FieldWebTest.

Class

FieldWebTest
Tests fields from within a UI.

Namespace

Drupal\views\Tests\Handler

Code

protected $columnMap = array(
  'views_test_data_name' => 'name',
);