Details
Description
ZfcUser\Entity\User is a mapped super class
ZfcUserDoctrineORM\Entity\User is not
When extending anyone of them, the cli command orm:validate-schema returns true. It should not return true if its not a mapped super class.
ZfcUser\Entity\User is a mapped super class
ZfcUserDoctrineORM\Entity\User is not
When extending anyone of them, the cli command orm:validate-schema returns true. It should not return true if its not a mapped super class.
Not related to the ORM itself.