Search for on
Title | Object type | File name | Summary |
---|---|---|---|
ComponentValidatorTest | class | core/ |
Unit tests for the component validation. |
ComponentValidatorTest.php | file | core/ |
|
ComponentValidatorTest::dataProviderValidateDefinitionInvalid | function | core/ |
Data provider with invalid component definitions. |
ComponentValidatorTest::dataProviderValidateDefinitionValid | function | core/ |
Data provider with valid component definitions. |
ComponentValidatorTest::dataProviderValidatePropsInvalid | function | core/ |
Data provider with invalid component props. |
ComponentValidatorTest::dataProviderValidatePropsValid | function | core/ |
Data provider with valid component props. |
ComponentValidatorTest::loadComponentDefinitionFromFs | function | core/ |
Loads a component definition from the component name. |
ComponentValidatorTest::testCustomValidator | function | core/ |
Tests we can use a custom validator to validate props. |
ComponentValidatorTest::testValidateDefinitionInvalid | function | core/ |
Tests invalid component definitions. |
ComponentValidatorTest::testValidateDefinitionValid | function | core/ |
Tests that valid component definitions don't cause errors. |
ComponentValidatorTest::testValidatePropsInvalid | function | core/ |
Tests that invalid props are handled properly. |
ComponentValidatorTest::testValidatePropsValid | function | core/ |
Tests that valid props are handled properly. |
Composer::drupalVersionBranch | function | composer/ |
Return the branch name the current Drupal version is associated with. |
Composer::ensureComposerVersion | function | composer/ |
Ensure that the minimum required version of Composer is running. |
Composer::generateComponentPackages | function | composer/ |
Update component packages whenever composer.lock is updated. |
Composer::setDrupalVersion | function | composer/ |
Set the version of Drupal; used in release process and by the test suite. |
ComposerBuildTestBase::$componentsPath | property | core/ |
Relative path from Drupal root to the Components directory. |
ComposerBuildTestBase::assertDrupalVersion | function | core/ |
Assert that the VERSION constant in Drupal.php is the expected value. |
ComposerBuildTestBase::getComponentPathsFinder | function | core/ |
Find all the composer.json files for components. |
ComposerHookTest::testScaffoldMessagesDoNotPrintTwice | function | core/ |
Tests to see if scaffold messages are omitted when running scaffold twice. |
ComposerInspector::getAllowPluginsConfig | function | core/ |
Returns the value of `allow-plugins` config setting. |
ComposerInspector::getConfig | function | core/ |
Returns a config value from Composer. |
ComposerInspector::getVersion | function | core/ |
Returns the current Composer version. |
ComposerInspector::SUPPORTED_VERSION | constant | core/ |
A semantic version constraint for the supported version(s) of Composer. |
ComposerInspector::__construct | function | core/ |
|
ComposerInspectorTest::testComposerFilesDoNotExist | function | core/ |
Tests what happens when composer.json or composer.lock are missing. |
ComposerInspectorTest::testConfig | function | core/ |
@covers ::getConfig[[api-linebreak]] |
ComposerInspectorTest::testConfigUndefinedKey | function | core/ |
@covers ::getConfig[[api-linebreak]] |
ComposerInspectorTest::testGetVersion | function | core/ |
@covers ::getVersion[[api-linebreak]] |
ComposerInspectorTest::testVersionCheck | function | core/ |
@covers ::validate[[api-linebreak]] |
ComposerIntegrationTest | class | core/ |
Tests Composer integration. |
ComposerIntegrationTest.php | file | core/ |
|
ComposerIntegrationTest::getContentHash | function | core/ |
Returns the md5 hash of the sorted content of the composer file. |
ComposerIntegrationTest::providerTestComposerJson | function | core/ |
Data provider for all the composer.json provided by Drupal core. |
ComposerIntegrationTest::providerTestExpectedScaffoldFiles | function | core/ |
Data provider for the scaffold files test for Drupal core. |
ComposerIntegrationTest::testAllCoreComponentsReplaced | function | core/ |
Tests core's composer.json replace section. |
ComposerIntegrationTest::testComposerLockHash | function | core/ |
Tests composer.lock content-hash. |
ComposerIntegrationTest::testComposerTilde | function | core/ |
Tests composer.json versions. |
ComposerIntegrationTest::testExpectedScaffoldFiles | function | core/ |
Tests core's composer.json extra drupal-scaffold file-mappings section. |
ComposerIntegrationTest::testVendorCleanup | function | core/ |
Tests the vendor cleanup utilities do not have obsolete packages listed. |
ComposerIntegrationTrait | trait | core/ |
Some utility functions for testing the Composer integration. |
ComposerIntegrationTrait.php | file | core/ |
|
ComposerIntegrationTrait::getComposerJsonFinder | function | core/ |
Get a Finder object to traverse all of the composer.json files in core. |
ComposerMinimumStabilityValidator::__construct | function | core/ |
|
ComposerNotReadyException | class | core/ |
Exception thrown if we cannot reliably use Composer. |
ComposerNotReadyException.php | file | core/ |
|
ComposerNotReadyException::__construct | function | core/ |
Constructs a ComposerNotReadyException object. |
ComposerPatchesValidator::__construct | function | core/ |
|
ComposerPatchesValidatorTest::CONFIG_ALLOWED_PLUGIN | constant | core/ |
|
ComposerPatchesValidatorTest::EXTRA_EXIT_ON_PATCH_FAILURE | constant | core/ |
Pagination
- Previous page
- Page 82
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.