-
- Downloads
Issue #3323215 by phenaproxima: Get tests passing on Drupal 10
parent
560884cf
No related branches found
No related tags found
Showing
- composer.json 4 additions, 16 deletionscomposer.json
- lightning_workflow.info.yml 1 addition, 3 deletionslightning_workflow.info.yml
- modules/lightning_scheduler/lightning_scheduler.info.yml 1 addition, 1 deletionmodules/lightning_scheduler/lightning_scheduler.info.yml
- modules/lightning_scheduler/tests/fixtures/BaseFieldMigrationTest.php.gz 0 additions, 0 deletions...ng_scheduler/tests/fixtures/BaseFieldMigrationTest.php.gz
- modules/lightning_scheduler/tests/src/Functional/MigrationTestBase.php 23 additions, 10 deletions...ning_scheduler/tests/src/Functional/MigrationTestBase.php
- modules/lightning_scheduler/tests/src/Kernel/Update/Update8003Test.php 5 additions, 11 deletions...ning_scheduler/tests/src/Kernel/Update/Update8003Test.php
- tests/fixtures/Update8006Test.php.gz 0 additions, 0 deletionstests/fixtures/Update8006Test.php.gz
- tests/fixtures/drupal-9.4.0-update-from-1.0.0-rc2.php.gz 0 additions, 0 deletionstests/fixtures/drupal-9.4.0-update-from-1.0.0-rc2.php.gz
- tests/src/Functional/Update8006Test.php 23 additions, 1 deletiontests/src/Functional/Update8006Test.php
- tests/src/Functional/UpdatePathTest.php 7 additions, 3 deletionstests/src/Functional/UpdatePathTest.php
... | ... | @@ -7,25 +7,13 @@ |
"drupal/autosave_form": "^1.2", | ||
"drupal/conflict": "^2.0-alpha2", | ||
"drupal/diff": "^1.0", | ||
"drupal/lightning_core": "3.* || 4.* || 5.*", | ||
"drupal/lightning_core": "^5", | ||
"drupal/moderation_dashboard": "^1.0", | ||
"drupal/moderation_sidebar": "^1.2" | ||
}, | ||
"extra": { | ||
"branch-alias": { | ||
"dev-8.x-3.x": "3.x-dev" | ||
} | ||
}, | ||
"repositories": { | ||
"drupal": { | ||
"type": "composer", | ||
"url": "https://packages.drupal.org/8" | ||
} | ||
}, | ||
"minimum-stability": "dev", | ||
"prefer-stable": true, | ||
"require-dev": { | ||
"drush/drush": "^10", | ||
"drupal/inline_entity_form": "^1" | ||
"drush/drush": "^10 || ^11", | ||
"drupal/inline_entity_form": "^1", | ||
"drupal/quickedit": "^1" | ||
} | ||
} |
No preview for this file type
No preview for this file type
File added
Please register or sign in to comment