| ComposerIntegrationTest::setUp |
function |
core/tests/Drupal/Tests/Composer/ComposerIntegrationTest.php |
|
| ComposerIntegrationTest::tearDown |
function |
core/tests/Drupal/Tests/Composer/ComposerIntegrationTest.php |
|
| ComposerIntegrationTest::testAbsoluteBinDir |
function |
core/tests/Drupal/Tests/Composer/ComposerIntegrationTest.php |
Tests that an absolute bin-dir is returned unchanged. |
| ComposerIntegrationTest::testAllCoreComponentsReplaced |
function |
core/tests/Drupal/Tests/Composer/ComposerIntegrationTest.php |
Tests core's composer.json replace section. |
| ComposerIntegrationTest::testAllCoreComponentsReplaced |
function |
core/tests/Drupal/Tests/ComposerIntegrationTest.php |
Tests core's composer.json replace section. |
| ComposerIntegrationTest::testBinDir |
function |
core/tests/Drupal/Tests/Composer/ComposerIntegrationTest.php |
Tests bin dir resolution against composer.json contents. |
| ComposerIntegrationTest::testComposerLockHash |
function |
core/tests/Drupal/Tests/Composer/ComposerIntegrationTest.php |
Tests composer.lock content-hash. |
| ComposerIntegrationTest::testComposerLockHash |
function |
core/tests/Drupal/Tests/ComposerIntegrationTest.php |
Tests composer.lock content-hash. |
| ComposerIntegrationTest::testComposerTilde |
function |
core/tests/Drupal/Tests/ComposerIntegrationTest.php |
Tests composer.json versions. |
| ComposerIntegrationTest::testComposerTilde |
function |
core/tests/Drupal/Tests/Composer/ComposerIntegrationTest.php |
Tests composer.json versions. |
| ComposerIntegrationTest::testEmptyEnvironmentVariableIgnored |
function |
core/tests/Drupal/Tests/Composer/ComposerIntegrationTest.php |
Tests that an empty COMPOSER_BIN_DIR environment variable is ignored. |
| ComposerIntegrationTest::testEnvironmentVariableOverride |
function |
core/tests/Drupal/Tests/Composer/ComposerIntegrationTest.php |
Tests that the COMPOSER_BIN_DIR environment variable takes precedence. |
| ComposerIntegrationTest::testExpectedScaffoldFiles |
function |
core/tests/Drupal/Tests/Composer/ComposerIntegrationTest.php |
Tests core's composer.json extra drupal-scaffold file-mappings section. |
| ComposerIntegrationTest::testExpectedScaffoldFiles |
function |
core/tests/Drupal/Tests/ComposerIntegrationTest.php |
Tests core's composer.json extra drupal-scaffold file-mappings section. |
| ComposerIntegrationTest::testMalformedComposerJson |
function |
core/tests/Drupal/Tests/Composer/ComposerIntegrationTest.php |
Tests that malformed composer.json falls back to the default. |
| ComposerIntegrationTest::testVendorCleanup |
function |
core/tests/Drupal/Tests/Composer/ComposerIntegrationTest.php |
Tests the vendor cleanup utilities do not have obsolete packages listed. |
| ComposerIntegrationTest::testVendorCleanup |
function |
core/tests/Drupal/Tests/ComposerIntegrationTest.php |
Tests the vendor cleanup utilities do not have obsolete packages listed. |
| ComposerIntegrationTest::testWindowsAbsoluteBinDir |
function |
core/tests/Drupal/Tests/Composer/ComposerIntegrationTest.php |
Tests that a Windows-style absolute bin-dir is returned unchanged. |
| ComposerMinimumStabilityValidatorTest |
class |
core/modules/package_manager/tests/src/Kernel/ComposerMinimumStabilityValidatorTest.php |
Tests Composer Minimum Stability Validator. |
| ComposerMinimumStabilityValidatorTest.php |
file |
core/modules/package_manager/tests/src/Kernel/ComposerMinimumStabilityValidatorTest.php |
|
| ComposerMinimumStabilityValidatorTest::testPreRequireEvent |
function |
core/modules/package_manager/tests/src/Kernel/ComposerMinimumStabilityValidatorTest.php |
Tests error if requested version is less stable than the minimum: stable. |
| ComposerPatchesValidatorPreCreateTest |
class |
core/modules/package_manager/tests/src/Kernel/ComposerPatchesValidatorPreCreateTest.php |
Tests Composer Patches Validator. |
| ComposerPatchesValidatorPreCreateTest.php |
file |
core/modules/package_manager/tests/src/Kernel/ComposerPatchesValidatorPreCreateTest.php |
|
| ComposerPatchesValidatorPreCreateTest::ABSENT |
constant |
core/modules/package_manager/tests/src/Kernel/ComposerPatchesValidatorPreCreateTest.php |
|
| ComposerPatchesValidatorPreCreateTest::CONFIG_ALLOWED_PLUGIN |
constant |
core/modules/package_manager/tests/src/Kernel/ComposerPatchesValidatorPreCreateTest.php |
|
| ComposerPatchesValidatorPreCreateTest::EXTRA_EXIT_ON_PATCH_FAILURE |
constant |
core/modules/package_manager/tests/src/Kernel/ComposerPatchesValidatorPreCreateTest.php |
|
| ComposerPatchesValidatorPreCreateTest::providerErrorDuringPreCreate |
function |
core/modules/package_manager/tests/src/Kernel/ComposerPatchesValidatorPreCreateTest.php |
Data provider for testErrorDuringPreCreate(). |
| ComposerPatchesValidatorPreCreateTest::REQUIRE_PACKAGE_FROM_ROOT |
constant |
core/modules/package_manager/tests/src/Kernel/ComposerPatchesValidatorPreCreateTest.php |
|
| ComposerPatchesValidatorPreCreateTest::REQUIRE_PACKAGE_INDIRECTLY |
constant |
core/modules/package_manager/tests/src/Kernel/ComposerPatchesValidatorPreCreateTest.php |
|
| ComposerPatchesValidatorPreCreateTest::setUp |
function |
core/modules/package_manager/tests/src/Kernel/ComposerPatchesValidatorPreCreateTest.php |
|
| ComposerPatchesValidatorPreCreateTest::testErrorDuringPreCreate |
function |
core/modules/package_manager/tests/src/Kernel/ComposerPatchesValidatorPreCreateTest.php |
Tests that the patcher configuration is validated during pre-create. |
| ComposerPatchesValidatorTest |
class |
core/modules/package_manager/tests/src/Kernel/ComposerPatchesValidatorTest.php |
Tests Composer Patches Validator. |
| ComposerPatchesValidatorTest.php |
file |
core/modules/package_manager/tests/src/Kernel/ComposerPatchesValidatorTest.php |
|
| ComposerPatchesValidatorTest::ABSENT |
constant |
core/modules/package_manager/tests/src/Kernel/ComposerPatchesValidatorTest.php |
|
| ComposerPatchesValidatorTest::CONFIG_ALLOWED_PLUGIN |
constant |
core/modules/package_manager/tests/src/Kernel/ComposerPatchesValidatorTest.php |
|
| ComposerPatchesValidatorTest::EXTRA_EXIT_ON_PATCH_FAILURE |
constant |
core/modules/package_manager/tests/src/Kernel/ComposerPatchesValidatorTest.php |
|
| ComposerPatchesValidatorTest::providerErrorDuringPreApply |
function |
core/modules/package_manager/tests/src/Kernel/ComposerPatchesValidatorTest.php |
Data provider for testErrorDuringPreApply() and testHelpLink(). |
| ComposerPatchesValidatorTest::REQUIRE_PACKAGE_FROM_ROOT |
constant |
core/modules/package_manager/tests/src/Kernel/ComposerPatchesValidatorTest.php |
|
| ComposerPatchesValidatorTest::REQUIRE_PACKAGE_INDIRECTLY |
constant |
core/modules/package_manager/tests/src/Kernel/ComposerPatchesValidatorTest.php |
|
| ComposerPatchesValidatorTest::setUp |
function |
core/modules/package_manager/tests/src/Kernel/ComposerPatchesValidatorTest.php |
|
| ComposerPatchesValidatorTest::testErrorDuringPreApply |
function |
core/modules/package_manager/tests/src/Kernel/ComposerPatchesValidatorTest.php |
Tests the patcher's presence and configuration are validated on pre-apply. |
| ComposerPatchesValidatorTest::testErrorDuringPreApplyWithHelp |
function |
core/modules/package_manager/tests/src/Kernel/ComposerPatchesValidatorTest.php |
Tests that validation errors can carry links to help. |
| ComposerPluginsValidatorComplexInvalidTest |
class |
core/modules/package_manager/tests/src/Kernel/ComposerPluginsValidatorComplexInvalidTest.php |
Tests Composer Plugins Validator Complex Invalid. |
| ComposerPluginsValidatorComplexInvalidTest.php |
file |
core/modules/package_manager/tests/src/Kernel/ComposerPluginsValidatorComplexInvalidTest.php |
|
| ComposerPluginsValidatorComplexInvalidTest::testValidationAfterTrustingDuringPreApply |
function |
core/modules/package_manager/tests/src/Kernel/ComposerPluginsValidatorComplexInvalidTest.php |
Tests additional composer plugins can be trusted during pre-apply. |
| ComposerPluginsValidatorComplexInvalidTest::testValidationAfterTrustingDuringPreCreate |
function |
core/modules/package_manager/tests/src/Kernel/ComposerPluginsValidatorComplexInvalidTest.php |
Tests additional composer plugins can be trusted during pre-create. |
| ComposerPluginsValidatorComplexInvalidTest::testValidationDuringPreApply |
function |
core/modules/package_manager/tests/src/Kernel/ComposerPluginsValidatorComplexInvalidTest.php |
Tests composer plugins are validated during pre-apply. |
| ComposerPluginsValidatorComplexInvalidTest::testValidationDuringPreCreate |
function |
core/modules/package_manager/tests/src/Kernel/ComposerPluginsValidatorComplexInvalidTest.php |
Tests composer plugins are validated during pre-create. |
| ComposerPluginsValidatorInsecureTest |
class |
core/modules/package_manager/tests/src/Kernel/ComposerPluginsValidatorInsecureTest.php |
Tests Composer Plugins Validator Insecure. |
| ComposerPluginsValidatorInsecureTest.php |
file |
core/modules/package_manager/tests/src/Kernel/ComposerPluginsValidatorInsecureTest.php |
|