You are here

public function ConfigImporterServiceTest::providerMaintenance in Config Importer and Tools 8

Same name and namespace in other branches
  1. 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\Unit

Code

public function providerMaintenance() {
  return [
    [
      'update',
    ],
    [
      'install',
    ],
  ];
}