Phake Versions Save

PHP Mocking Framework

v3.1.5

4 years ago

Includes: #271 #272

v3.1.4

4 years ago

Release to fix #273.

v3.1.3

5 years ago

Fixed instances of Phake being used in projects where both old and new versions of PHPUnit classes existed. Defaults to use the newer version.

v3.1.2

5 years ago

No functional changes other than adding ability to use PHPUnit 7.2 and updated to Comparator 3.0.

v3.1.1

5 years ago

Fixes

  • #253 - Use the global Comparator factory.
  • #261 - Documentation fix

v3.1.0

5 years ago

Additional support for PHPUnit 7

Fixes

#226 - Use self type as return type #258 - Typo #263, #265 - Add support for PHPUnit 7

v3.0.1

6 years ago

Additional support for php 7.1

Fixes

#250, #251 - Allow mocking classes with nullable parameters (thanks @nijm)

v3.0.0

6 years ago

This release provides support for php 7.1 functionality as well as support for PHPUnit 6. All support for PHP 5 and PHPUnit 5 are officially removed.

Fixes

#235, #236 - PHPUnit 6 compatibility enabled #237 - Fatal error when mocking a final class #239, #248 - thenDoNothing() missing on Phake_Proxies_AnswerCollectionProxy #242, #243, #247 - Allow nullable scalar type support

v2.3.2

7 years ago

Fixes

  • #230 - manage void return type (Thanks @lboulay)

v2.3.1

7 years ago

The "get off your butt and merge some PRs" / "Thanks for being patient with me" release

Fixes:

  • #219 - Fix Phake::resetStatic() post calls (Thanks @shaikhul)
  • #222 - Keep cached version of matcher factory and comparator factory around (Thanks @willemstuursma)
  • #223 - Speed up method implementation. (Thanks @timheilig)
  • #228 - Fix "Mocking Static Methods" documentation example (Thanks @oochelz)
  • #232 - Make matchers work with PHPUnit 6 (Thanks @hansdubois)