Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 739 Bytes

CHANGELOG.md

File metadata and controls

28 lines (18 loc) · 739 Bytes

Version 1.0.2

Bug fix

  • Fix bad annotation checking for the container.
  • Fix some documentation issue again.
  • Handles errors for the AbstractCommand.
  • Fix CommandTestCase bugs related to the usage of Helpers withing the command.
  • Fix not mocked services during the fixture loading.
  • Fix Fixtures creation when the property is inherited.

New features

  • Add handy functions for the fixture creation.
  • Add the DATE_FORMAT function to the SQLite language that behave like MySQL function.
  • Add better ConnectionFactory.
  • Add the buildObject function for all tests.

Version 1.0.1

Bug fix

  • Fix composer annotation autoloading.
  • Fix inspector errors and code cleaning.
  • Fix some documentation issue.