function RowTest::testSourceIdValues
Tests the source ID.
File
-
core/
modules/ migrate/ tests/ src/ Unit/ RowTest.php, line 228
Class
- RowTest
- @coversDefaultClass \Drupal\migrate\Row[[api-linebreak]] @group migrate
Namespace
Drupal\Tests\migrate\UnitCode
public function testSourceIdValues() {
$row = new Row($this->testValues, $this->testSourceIds);
$this->assertSame([
'nid' => $this->testValues['nid'],
], $row->getSourceIdValues());
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.