You are here

public static property RevisionUserTest::$columnMap in Drupal 9

Same name in this branch
  1. 9 core/modules/media/tests/src/Kernel/Views/RevisionUserTest.php \Drupal\Tests\media\Kernel\Views\RevisionUserTest::columnMap
  2. 9 core/modules/block_content/tests/src/Kernel/Views/RevisionUserTest.php \Drupal\Tests\block_content\Kernel\Views\RevisionUserTest::columnMap
Same name and namespace in other branches
  1. 10 core/modules/block_content/tests/src/Kernel/Views/RevisionUserTest.php \Drupal\Tests\block_content\Kernel\Views\RevisionUserTest::columnMap

Map column names.

Type: array

File

core/modules/block_content/tests/src/Kernel/Views/RevisionUserTest.php, line 46

Class

RevisionUserTest
Tests the block_content_revision_user field.

Namespace

Drupal\Tests\block_content\Kernel\Views

Code

public static $columnMap = [
  'id' => 'id',
  'revision_id' => 'revision_id',
  'revision_user' => 'revision_user',
];