function ComposerPluginsValidatorComplexInvalidTest::testValidationDuringPreCreate

Tests composer plugins are validated during pre-create.

Attributes

#[DataProvider('providerComplexInvalidCases')]

File

core/modules/package_manager/tests/src/Kernel/ComposerPluginsValidatorComplexInvalidTest.php, line 27

Class

ComposerPluginsValidatorComplexInvalidTest
Tests Composer Plugins Validator Complex Invalid.

Namespace

Drupal\Tests\package_manager\Kernel

Code

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.