You are here

public function ComposerIntegrationTest::providerTestVendorCleanup in Drupal 9

Data provider for the vendor cleanup utility classes.

Return value

array[]

File

core/tests/Drupal/Tests/ComposerIntegrationTest.php, line 284

Class

ComposerIntegrationTest
Tests Composer integration.

Namespace

Drupal\Tests

Code

public function providerTestVendorCleanup() {
  return [
    [
      Composer::class,
      'packageToCleanup',
    ],
    [
      Config::class,
      'defaultConfig',
    ],
  ];
}