Skip to content
This repository was archived by the owner on Nov 17, 2020. It is now read-only.

v0.3

Compare
Choose a tag to compare
@Pierstoval Pierstoval released this 10 Jul 12:02

[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 and findAllArray where $indexBy was misused.
  • Fixed the getNumberOfElements method that searched for an non-existing deleted property.
  • Minor improvement in the sortCollection method.