kaliop-uk / ezmigrationbundle

This bundle makes it easy to handle eZPlatform / eZPublish5 content upgrades/migrations
GNU General Public License v2.0
53 stars 81 forks source link

Added FieldHandler for field type ezlandingpage #153

Open christianxrow opened 6 years ago

christianxrow commented 6 years ago

For ezsystems/landing-page-fieldtype-bundle used in eZ 6 / eZ Studio

gggeek commented 6 years ago

I would have at a bare minimum make sure this is not tested by Travis...

Any idea of how we could possibly test against ezstudio ?

xrow commented 6 years ago

Any idea of how we could possibly test against ezstudio ?

Someone like @andrerom should tell us how this should be done for non public code. Andre, is there concept for it?

christianxrow commented 6 years ago

@gggeek Unfortunately I don't know yet how to properly skip the test. Do you have any suggestions for me?

andrerom commented 6 years ago

We don't have a way for public non eZ code to test against non public eZ code.

For now you can detect if class is there and skip if not, in the future we might be able to find a way for this to be tests one way or another.

xrow commented 6 years ago

So we shall skip/not test for now.