function ComposerPluginsValidatorSimpleInvalidTest::testValidationAfterTrustingDuringPreApply
Tests additional composer plugins can be trusted during pre-apply.
Attributes
#[DataProvider('providerSimpleInvalidCases')]
File
-
core/
modules/ package_manager/ tests/ src/ Kernel/ ComposerPluginsValidatorSimpleInvalidTest.php, line 51
Class
- ComposerPluginsValidatorSimpleInvalidTest
- Tests Composer Plugins Validator Simple Invalid.
Namespace
Drupal\Tests\package_manager\KernelCode
public function testValidationAfterTrustingDuringPreApply(array $composer_config_to_add, array $packages_to_add, array $expected_results) : void {
$this->doTestValidationAfterTrustingDuringPreApply($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.