public function SourceProviderTest::providerSourceProvider in Drupal 9
Same name and namespace in other branches
- 10 core/modules/migrate_drupal_ui/tests/src/Functional/SourceProviderTest.php \Drupal\Tests\migrate_drupal_ui\Functional\SourceProviderTest::providerSourceProvider()
Data provider for testSourceProvider.
File
- core/
modules/ migrate_drupal_ui/ tests/ src/ Functional/ SourceProviderTest.php, line 57
Class
- SourceProviderTest
- Tests that a missing source provider error message is displayed.
Namespace
Drupal\Tests\migrate_drupal_ui\FunctionalCode
public function providerSourceProvider() {
return [
[
'path_to_database' => '/tests/fixtures/drupal6.php',
],
[
'path_to_database' => '/tests/fixtures/drupal7.php',
],
];
}