protected property RelationshipTest::$columnMap

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

Type: array

File

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

Class

RelationshipTest
Tests the base relationship handler.

Namespace

Drupal\views\Tests\Handler

Code

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