This repository has been archived by the owner on Nov 28, 2023. It is now read-only.
Releases: michaelmoussa/doctrine-qbmocker
Releases · michaelmoussa/doctrine-qbmocker
1.0.0
0.12.0
- Fix issue with Composer not allowing installation with PHPUnit ^4.2.0
- Added PHPUnit ^5.2.0 to allowed versions
0.11.0
Allowed installation of the library for ORM users on PHP 7.
0.10.0
- Added getQueryMock method for more flexiblity.
- Composer dependency tweaks
- Dropped PHP 5.3 and 5.4 from the Travis build matrix, and added 5.6.
0.9.0
Merge pull request #18 from hickeroar/master Adding simple expr() support to the mocker.
0.8.0
Merge pull request #17 from kingjerod/AddGetResult Adding getResult to ORM.
0.7.0
Merge pull request #16 from kingjerod/develop2 Adding support for getOneOrNullResult
0.6.0
- Support for ORM's
getSingleScalarResult
@method
annotations for IDE completion
0.5.0
Support for ODM::getSingleResult added.
ORM Support
Updated to include support for ORM.