In order to test the update path to core Media being developed over in #2880334: Add update path of media_entity config changes from 1.x to core media module, we'll need a database fixture to update from.
Quoting from #2880334-34: Add update path of media_entity config changes from 1.x to core media module, this is what we want our fixture to have, at a minimum:
- File and image media types and items
- Articles containing this media items
- A homepage view to show the article
Let's make this happen.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 2915251-3.patch | 184.68 KB | phenaproxima |
Comments
Comment #2
phenaproxima#2880334: Add update path of media_entity config changes from 1.x to core media module is now blocked by this issue.
Comment #3
phenaproximaHere is a fixture with:
Comment #4
chr.fritschI think it's a good starting point for writing the update path tests.
Comment #6
phenaproxima