ComposerRequirementTest::$configSchemaCheckerExclusions

Type: configSchemaCheckerExclusions

Overrides TestSetupTrait::$configSchemaCheckerExclusions

File

core/modules/package_manager/tests/src/Functional/ComposerRequirementTest.php, line 26

Class

ComposerRequirementTest
Tests that Package Manager shows the Composer version on the status report.

Namespace

Drupal\Tests\package_manager\Functional

Code

protected static $configSchemaCheckerExclusions = [
  // We test what happens when the configured path to Composer is invalid,
  // so we need to be able to skip schema-based validation, which would
  // normally confirm that the configured path to Composer is executable.
'package_manager.settings',
];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.