function MigrateSourceTest::testHighwaterTrackChangesIncompatible
Tests highwater track changes incompatible.
@legacy-covers ::__construct
File
-
core/
modules/ migrate/ tests/ src/ Unit/ MigrateSourceTest.php, line 163
Class
Namespace
Drupal\Tests\migrate\UnitCode
public function testHighwaterTrackChangesIncompatible() : void {
$source_config = [
'track_changes' => TRUE,
'high_water_property' => [
'name' => 'something',
],
];
$this->expectException(MigrateException::class);
$this->getSource($source_config);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.