You are here

protected property ArgumentDateTest::$columnMap in Drupal 9

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

Stores the column map for this testCase.

Type: array

File

core/modules/views/tests/src/Kernel/Handler/ArgumentDateTest.php, line 28

Class

ArgumentDateTest
Tests the core date argument handlers.

Namespace

Drupal\Tests\views\Kernel\Handler

Code

protected $columnMap = [
  'id' => 'id',
];