Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apply "patchLevel" to drupal/core in composer.json #26

Open
vever001 opened this issue Apr 25, 2019 · 0 comments
Open

Apply "patchLevel" to drupal/core in composer.json #26

vever001 opened this issue Apr 25, 2019 · 0 comments

Comments

@vever001
Copy link

I noticed that I had the following files generated by the drupal/core patches from the openeuropa/drupal-core-require-dev:

  • build/core/b/core/modules/content_translation/tests/src/Kernel/ContentTranslationModuleInstallTest.php
  • build/core/core/modules/content_translation/tests/src/Kernel/ContentTranslationModuleInstallTest.php

Applying the "patchlevel" seems to fix the issue.
It might be a good thing to do it for all OE projects and templates repos.
See cweagans/composer-patches#43 and drupal-composer/drupal-project#418.

"extra": {
    ...
    "patchLevel": {
        "drupal/core": "-p2"
    },
    ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant