Issue #3465381: Drupal 11 compatibility
Open
requested to merge issue/video_embed_field-3465381:3465381-drupal-11-compatibility into 8.x-2.x
Closes #3465381
Merge request reports
Activity
40 40 /** 41 41 * Test cases for ::testProvidedFields(). 42 42 */ 43 public function providedFieldsTestCases() { 43 public static function providedFieldsTestCases() { changed this line in version 15 of the diff
added 1 commit
- c27e5ec0 - Execute previous major tests with PHP 8.1 version.
added 2 commits
added 1 commit
- 1ea1a2fe - Add Missing typehints for all dataProviders.
2 2 type: module 3 3 description: 'Provides a drush command to migrate to cores oEmbed' 4 4 package: Video Embed Field 5 core_version_requirement: ^9.2 || ^10 5 core_version_requirement: ^9.2 || ^10 || ^11 changed this line in version 20 of the diff
Please register or sign in to reply