function ComposerPluginsValidatorSimpleInvalidTest::testValidationDuringPreCreate
Same name and namespace in other branches
- 11.x core/modules/package_manager/tests/src/Kernel/ComposerPluginsValidatorSimpleInvalidTest.php \Drupal\Tests\package_manager\Kernel\ComposerPluginsValidatorSimpleInvalidTest::testValidationDuringPreCreate()
Tests composer plugins are validated during pre-create.
Attributes
#[DataProvider('providerSimpleInvalidCases')]
File
-
core/
modules/ package_manager/ tests/ src/ Kernel/ ComposerPluginsValidatorSimpleInvalidTest.php, line 27
Class
- ComposerPluginsValidatorSimpleInvalidTest
- Tests Composer Plugins Validator Simple Invalid.
Namespace
Drupal\Tests\package_manager\KernelCode
public function testValidationDuringPreCreate(array $composer_config_to_add, array $packages_to_add, array $expected_results) : void {
$this->doTestValidationDuringPreCreate($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.