public function FieldGroupTest::providerSource in Field Group 8.3
Same name and namespace in other branches
- 8 contrib/field_group_migrate/tests/src/Unit/Migrate/d7/FieldGroupTest.php \Drupal\Tests\field_group_migrate\Unit\Migrate\d7\FieldGroupTest::providerSource()
The data provider.
Return value
array Array of data sets to test, each of which is a numerically indexed array with the following elements:
- An array of source data, which can be optionally processed and set up by subclasses.
- An array of expected result rows.
- (optional) The number of result rows the plugin under test is expected to return. If this is not a numeric value, the plugin will not be counted.
- (optional) Array of configuration options for the plugin under test.
Overrides MigrateSourceTestBase::providerSource
See also
\Drupal\Tests\migrate\Kernel\MigrateSourceTestBase::testSource
File
- contrib/
field_group_migrate/ tests/ src/ Unit/ Migrate/ d7/ FieldGroupTest.php, line 97
Class
- FieldGroupTest
- Tests D7 field group source plugin.
Namespace
Drupal\Tests\field_group_migrate\Unit\Migrate\d7Code
public function providerSource() {
// @TODO FIX.
return [];
}