protected property RowTest::$testGetSourceProperties in Drupal 8
Same name and namespace in other branches
- 9 core/modules/migrate/tests/src/Unit/RowTest.php \Drupal\Tests\migrate\Unit\RowTest::testGetSourceProperties
Test source properties for testing get and getMultiple.
Type: array
File
- core/modules/ migrate/ tests/ src/ Unit/ RowTest.php, line 39 
Class
- RowTest
- @coversDefaultClass \Drupal\migrate\Row @group migrate
Namespace
Drupal\Tests\migrate\UnitCode
protected $testGetSourceProperties = [
  'source_key_1' => 'source_value_1',
  'source_key_2' => 'source_value_2',
  '@source_key_3' => 'source_value_3',
  'shared_key_1' => 'source_shared_value_1',
  '@shared_key_2' => 'source_shared_value_2',
  '@@@@shared_key_3' => 'source_shared_value_3',
];