function ComposerPluginsValidatorSimpleValidTest::testValidationDuringPreApply
Tests composer plugins are validated during pre-apply.
Attributes
#[DataProvider('providerSimpleValidCases')]
File
-
core/
modules/ package_manager/ tests/ src/ Kernel/ ComposerPluginsValidatorSimpleValidTest.php, line 35
Class
- ComposerPluginsValidatorSimpleValidTest
- Tests Composer Plugins Validator Simple Valid.
Namespace
Drupal\Tests\package_manager\KernelCode
public function testValidationDuringPreApply(array $composer_config_to_add, array $packages_to_add, array $expected_results) : void {
$this->doTestValidationDuringPreApply($composer_config_to_add, $packages_to_add, $expected_results);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.