Problem/Motivation
Default value schema is missing.
Formatter schema has typos.
Steps to reproduce
See #3204574: Use the iframe field from iframe module for media iframe source plugin
Proposed resolution
Fix the schema and add the test.
Remaining tasks
- Review.
- Commit.
- Rejoice.
User interface changes
None
API changes
Fixes schema
Data model changes
Fixes schema
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 3204981-3.patch | 12.64 KB | jibran |
Comments
Comment #2
jibranHere we go.
Comment #3
jibranSimplified the schema file.
Comment #4
jibranThis is blocking progress on https://www.drupal.org/project/media_iframe module so tagging.
Comment #7
neffets commentedThanx.
You added a test too. How is your commandline for a command like "Make tests", how it will be run
Comment #9
neffets commentednow in 8x-2.10 and 8.x-1.23
Comment #10
jibranThanks for the commit and releases.
I was running the following command locally from my docroot:
vendor/bin/phpunit -c core/phpunit.xml --stop-on-failure --filter '' modules/contrib/iframeWhere
core/phpunit.xmlis same ascore/phpunit.xml.distbut with my db and uri details.I have the following make command as a wrapper:
Where
APP_ROOTis path the the docroot.And then I run this command from cli
make test-filter CLASS=modules/contrib/iframeComment #11
jibranI see there is a fatel error at https://www.drupal.org/pift-ci-job/2011897. Please run tests against D9.2.
Comment #12
jibran@neffets can you please add https://www.drupal.org/project/media_iframe to the project page?