function FieldDiscoveryTest::testGetSourcePlugin
Tests the getSourcePlugin method.
@covers ::getSourcePlugin
      
    
File
- 
              core/modules/ migrate_drupal/ tests/ src/ Kernel/ d6/ FieldDiscoveryTest.php, line 300 
Class
- FieldDiscoveryTest
- Tests FieldDiscovery service against Drupal 6.
Namespace
Drupal\Tests\migrate_drupal\Kernel\d6Code
public function testGetSourcePlugin() {
  $this->assertSourcePlugin('6', FieldInstance::class, [
    'requirements_met' => TRUE,
    'id' => 'd6_field_instance',
    'source_module' => 'content',
    'class' => 'Drupal\\field\\Plugin\\migrate\\source\\d6\\FieldInstance',
    'provider' => [
      0 => 'field',
      1 => 'migrate_drupal',
      2 => 'migrate',
      4 => 'core',
    ],
  ]);
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
