ezplatform-xmltext-fieldtype
ezplatform-xmltext-fieldtype copied to clipboard
EZP-30513: eZXMLText Migration: link tags containing embed-inline + other elements fails
| Question | Answer |
|---|---|
| JIRA issue | EZP-30513 |
| Type | Bug |
| Target version | 1.7 |
| BC breaks | no |
| Doc needed | no |
TODO:
- [x] Implement feature / fix a bug.
- [x] Implement tests + specs and passing (
$ composer test) - [ ] Fix new code according to Coding Standards (
$ composer fix-cs). - [x] Ask for Code Review.
What you want to test is how eZ Platform/OE deals with the that DocBook, right?. Then I would just insert the docbook markup provided in tests into existing content objects in a ezplatform db using mysql client ( change the IDs to valid ones of course ).
If you want to test the migration itself, without legacy, just run the provided tests :
php vendor/bin/phpunit --filter RichTextTest::testConvert#16
php vendor/bin/phpunit --filter RichTextTest::testConvert#17