Problem/Motivation

In preparation to expose Drupal Components outside of Drupal we added a composer.json file to every component and a "replace" section to core/composer.json.

Right now drupal/core-assertion is missing from the drupal/core replace section.

Proposed resolution

- Fix the drupal/core replace section to have the drupal/core-assertion component declared.
- Add any external drupal/core-assertion requirements to drupal/core/composer.json and have composer update the other drupal/core/composer.* files.
- Add to Drupal\Tests\ComposerIntegrationTest::getPaths().

CommentFileSizeAuthor
#4 2752127.patch510 bytesjalpesh
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Eric_A created an issue. See original summary.

Eric_A’s picture

Issue summary: View changes
jalpesh’s picture

Assigned: Unassigned » jalpesh
jalpesh’s picture

Status: Active » Needs review
FileSize
510 bytes

Here we go with patch. Thanks

Eric_A’s picture

Thanks!

Status: Reviewed & tested by the community » Needs work

The last submitted patch, 4: 2752127.patch, failed testing.

Eric_A’s picture

Status: Needs work » Reviewed & tested by the community
alexpott’s picture

Status: Reviewed & tested by the community » Fixed

Committed cc54a9d and pushed to 8.1.x. Thanks!

  • alexpott committed 9e73da7 on 8.2.x
    Issue #2752127 by jalpesh, Eric_A: drupal/core-assertion is missing from...

  • alexpott committed cc54a9d on 8.1.x
    Issue #2752127 by jalpesh, Eric_A: drupal/core-assertion is missing from...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.