$this->assertIdentical($steps[0],array('\Drupal\field\ConfigImporterFieldPurger','process'),'The additional process configuration synchronization step has been added.');
$this->configImporter()->import();
// This will purge all the data, delete the field and uninstall the
$this->assertTrue(isset($deleted_fields[$field_uuid]),'Field has been deleted and needs purging before configuration synchronization.');
$steps=$this->configImporter()->initialize();
$this->assertIdentical($steps[0],array('\Drupal\field\ConfigImporterFieldPurger','process'),'The additional process configuration synchronization step has been added.');
$this->configImporter()->import();
// This will purge all the data, delete the field and uninstall the