This repository was archived by the owner on Nov 17, 2020. It is now read-only.
v0.3
[812a0a4] AbstractFixture: Change object field value with PropertyAccessor
if available, and if not, try to execute a setter on it.
[27710fa] BaseEntityRepository:
- Fixed wrong behavior on
findAllRoot
andfindAllArray
where$indexBy
was misused. - Fixed the
getNumberOfElements
method that searched for an non-existingdeleted
property. - Minor improvement in the
sortCollection
method.