class ComposerPluginsValidatorSimpleInvalidTrustingTest

Tests Composer Plugins Validator Simple Invalid.

@internal

Attributes

#[Group('package_manager')] #[Group('#slow')] #[CoversClass(ComposerPluginsValidator::class)] #[RunTestsInSeparateProcesses]

Hierarchy

Expanded class hierarchy of ComposerPluginsValidatorSimpleInvalidTrustingTest

File

core/modules/package_manager/tests/src/Kernel/ComposerPluginsValidatorSimpleInvalidTrustingTest.php, line 18

Namespace

Drupal\Tests\package_manager\Kernel
View source
class ComposerPluginsValidatorSimpleInvalidTrustingTest extends ComposerPluginsValidatorTestBase {
  
  /**
   * Tests additional composer plugins can be trusted during pre-create.
   */
  public function testValidationAfterTrustingDuringPreCreate(array $composer_config_to_add, array $packages_to_add, array $expected_results) : void {
    $this->doTestValidationAfterTrustingDuringPreCreate($composer_config_to_add, $packages_to_add, $expected_results);
  }
  
  /**
   * Tests additional composer plugins can be trusted during pre-apply.
   */
  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.