Added core_version_requirement: ^8 || ^9 to info.yml file.
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | upgrade-status.png | 10.29 KB | matija5 |
| #3 | interdiff_2-3.txt | 348 bytes | matija5 |
| #3 | 3142550-3.patch | 730 bytes | matija5 |
| #2 | 3142550-2.patch | 382 bytes | matija5 |
Added core_version_requirement: ^8 || ^9 to info.yml file.
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | upgrade-status.png | 10.29 KB | matija5 |
| #3 | interdiff_2-3.txt | 348 bytes | matija5 |
| #3 | 3142550-3.patch | 730 bytes | matija5 |
| #2 | 3142550-2.patch | 382 bytes | matija5 |
Comments
Comment #2
matija5 commented6/6 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
[OK] Rector is done!
Comment #3
matija5 commentedAlso added core requirement in composer.json.
Comment #4
matija5 commentedBased on D9 compatibility you don't need to add requirement in composer.json file so you can ignore #3 patch.
Comment #5
chi commentedHaving composer.json makes sense anyway.
Comment #6
mrpauldriver commentedI am seeing two remaining errors when tested with Upgrade status module.
Comment #7
matija5 commentedComment #8
matija5 commentedHi, thanks for review.
Do you have PHPUnit set up?
I don't have any issues in upgrade status (ss), drupal check or rector.
vendor/bin/drupal-check web/modules/contrib/media_library_edit
2/2 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
[OK] No errors
vendor/bin/rector process web/modules/contrib/media_library_edit --dry-run
Rector 0.8.x-dev@8896f0a
Config file: rector.yml
6/6 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
[OK] Rector is done!
Also running tests did not find any issue
Drupal test run
---------------
Tests to be run:
- Drupal\Tests\media_library_edit\Functional\LoadTest
Test run started:
Monday, June 8, 2020 - 04:48
Test summary
------------
Drupal\Tests\media_library_edit\Functional\LoadTest 1 passes
Test run duration: 30 sec
Detailed test results
---------------------
---- Drupal\Tests\media_library_edit\Functional\LoadTest ----
Status Group Filename Line Function
--------------------------------------------------------------------------------
Pass Other LoadTest.php 41 Drupal\Tests\media_library_edit\Fun
Comment #9
mrpauldriver commentedActually I am not seeing this error today. Perhaps just a mistake.
Comment #11
jeroent