ezplatform-xmltext-fieldtype icon indicating copy to clipboard operation
ezplatform-xmltext-fieldtype copied to clipboard

EZP-30513: eZXMLText Migration: link tags containing embed-inline + other elements fails

Open vidarl opened this issue 6 years ago • 1 comments

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.

vidarl avatar Oct 16 '19 13:10 vidarl

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

vidarl avatar Oct 17 '19 11:10 vidarl