Issue #3404631: Integrity constraint violation during INSERT INTO vgwort_entity_registration
parent
86512263
No related branches found
Tags 2.0.0-beta9
Showing
- composer.json 2 additions, 1 deletioncomposer.json
- phpstan-baseline.neon 0 additions, 5 deletionsphpstan-baseline.neon
- src/EntityJobMapper.php 32 additions, 3 deletionssrc/EntityJobMapper.php
- tests/modules/vgwort_test/vgwort_test.module 19 additions, 0 deletionstests/modules/vgwort_test/vgwort_test.module
- tests/src/Kernel/EntityQueueTest.php 28 additions, 0 deletionstests/src/Kernel/EntityQueueTest.php
- tests/src/Kernel/SchedulerIntegrationTest.php 80 additions, 0 deletionstests/src/Kernel/SchedulerIntegrationTest.php
- tests/src/Traits/KernelSetupTrait.php 1 addition, 0 deletionstests/src/Traits/KernelSetupTrait.php
- vgwort.services.yml 1 addition, 1 deletionvgwort.services.yml
... | ... | @@ -9,7 +9,8 @@ |
}, | ||
"require-dev": { | ||
"drush/drush": "^11.0", | ||
"drupal/graphql": "^4.4" | ||
"drupal/graphql": "^4.4", | ||
"drupal/scheduler_content_moderation_integration": "^2.0@beta" | ||
}, | ||
"extra": { | ||
"drush": { | ||
... | ... |
Please register or sign in to comment