public function ConfigImporterServiceTest::providerMaintenance in Config Importer and Tools 8
Same name and namespace in other branches
- 8.2 tests/src/Unit/ConfigImporterServiceTest.php \Drupal\Tests\config_import\Unit\ConfigImporterServiceTest::providerMaintenance()
Data provider.
Return value
array[] Sets of arguments.
File
- tests/
src/ Unit/ ConfigImporterServiceTest.php, line 140
Class
- ConfigImporterServiceTest
- Testing configuration importer service.
Namespace
Drupal\Tests\config_import\UnitCode
public function providerMaintenance() {
return [
[
'update',
],
[
'install',
],
];
}