| ComposerHookTest::$fixturesDir |
property |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ComposerHookTest.php |
Directory to perform the tests in. |
| ComposerHookTest::setUp |
function |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ComposerHookTest.php |
|
| ComposerHookTest::tearDown |
function |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ComposerHookTest.php |
|
| ComposerHookTest::testComposerHooks |
function |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ComposerHookTest.php |
Tests to see if scaffold operation runs at the correct times. |
| ComposerHookTest::testScaffoldEvents |
function |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ComposerHookTest.php |
Tests to see if scaffold events are dispatched and picked up by the plugin. |
| ComposerHookTest::testScaffoldMessagesDoNotPrintTwice |
function |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ComposerHookTest.php |
Tests to see if scaffold messages are omitted when running scaffold twice. |
| ComposerInspectorTest |
class |
core/modules/package_manager/tests/src/Kernel/ComposerInspectorTest.php |
Tests Drupal\package_manager\ComposerInspector. |
| ComposerInspectorTest.php |
file |
core/modules/package_manager/tests/src/Kernel/ComposerInspectorTest.php |
|
| ComposerInspectorTest::mockComposerRunner |
function |
core/modules/package_manager/tests/src/Kernel/ComposerInspectorTest.php |
Mocks the Composer runner service to return a particular version string. |
| ComposerInspectorTest::providerAllowedPlugins |
function |
core/modules/package_manager/tests/src/Kernel/ComposerInspectorTest.php |
Data provider for ::testAllowedPlugins(). |
| ComposerInspectorTest::testAllowedPlugins |
function |
core/modules/package_manager/tests/src/Kernel/ComposerInspectorTest.php |
Tests ComposerInspector's parsing of the allowed plugins list. |
| ComposerInspectorTest::testComposerFilesDoNotExist |
function |
core/modules/package_manager/tests/src/Kernel/ComposerInspectorTest.php |
Tests what happens when composer.json or composer.lock are missing. |
| ComposerInspectorTest::testComposerUnavailable |
function |
core/modules/package_manager/tests/src/Kernel/ComposerInspectorTest.php |
Tests composer unavailable. |
| ComposerInspectorTest::testComposerValidateIsCalled |
function |
core/modules/package_manager/tests/src/Kernel/ComposerInspectorTest.php |
Tests composer validate is called. |
| ComposerInspectorTest::testConfig |
function |
core/modules/package_manager/tests/src/Kernel/ComposerInspectorTest.php |
Tests config. |
| ComposerInspectorTest::testConfigUndefinedKey |
function |
core/modules/package_manager/tests/src/Kernel/ComposerInspectorTest.php |
Tests config undefined key. |
| ComposerInspectorTest::testGetInstalledPackagesList |
function |
core/modules/package_manager/tests/src/Kernel/ComposerInspectorTest.php |
Tests get installed packages list. |
| ComposerInspectorTest::testGetVersion |
function |
core/modules/package_manager/tests/src/Kernel/ComposerInspectorTest.php |
Tests get version. |
| ComposerInspectorTest::testMetapackagePath |
function |
core/modules/package_manager/tests/src/Kernel/ComposerInspectorTest.php |
Tests that the installed path of metapackages is always NULL. |
| ComposerInspectorTest::testPackageDevSnapshotCommitHashIsRemoved |
function |
core/modules/package_manager/tests/src/Kernel/ComposerInspectorTest.php |
Tests that the commit hash of a dev snapshot package is ignored. |
| ComposerInspectorTest::testRootPackageInfo |
function |
core/modules/package_manager/tests/src/Kernel/ComposerInspectorTest.php |
Tests root package info. |
| ComposerInspectorTest::testVersionCheck |
function |
core/modules/package_manager/tests/src/Kernel/ComposerInspectorTest.php |
Tests version check. |
| ComposerIntegrationTest |
class |
core/tests/Drupal/Tests/ComposerIntegrationTest.php |
Tests Composer integration. |
| ComposerIntegrationTest.php |
file |
core/tests/Drupal/Tests/ComposerIntegrationTest.php |
|
| ComposerIntegrationTest::getContentHash |
function |
core/tests/Drupal/Tests/ComposerIntegrationTest.php |
Returns the md5 hash of the sorted content of the composer file. |
| ComposerIntegrationTest::providerTestComposerJson |
function |
core/tests/Drupal/Tests/ComposerIntegrationTest.php |
Data provider for all the composer.json provided by Drupal core. |
| ComposerIntegrationTest::providerTestExpectedScaffoldFiles |
function |
core/tests/Drupal/Tests/ComposerIntegrationTest.php |
Data provider for the scaffold files test for Drupal core. |
| ComposerIntegrationTest::testAllCoreComponentsReplaced |
function |
core/tests/Drupal/Tests/ComposerIntegrationTest.php |
Tests core's composer.json replace section. |
| 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::testExpectedScaffoldFiles |
function |
core/tests/Drupal/Tests/ComposerIntegrationTest.php |
Tests core's composer.json extra drupal-scaffold file-mappings section. |
| ComposerIntegrationTest::testVendorCleanup |
function |
core/tests/Drupal/Tests/ComposerIntegrationTest.php |
Tests the vendor cleanup utilities do not have obsolete packages listed. |
| 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. |
| 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::providerErrorDuringPreCreate |
function |
core/modules/package_manager/tests/src/Kernel/ComposerPatchesValidatorTest.php |
Data provider for testErrorDuringPreCreate(). |
| 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. |
| ComposerPatchesValidatorTest::testErrorDuringPreCreate |
function |
core/modules/package_manager/tests/src/Kernel/ComposerPatchesValidatorTest.php |
Tests that the patcher configuration is validated during pre-create. |
| 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 |
|