function ComposerIntegrationTest::providerTestVendorCleanup
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\TestsCode
public function providerTestVendorCleanup() {
return [
[
Composer::class,
'packageToCleanup',
],
[
Config::class,
'defaultConfig',
],
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.