Skip to content
This repository has been archived by the owner on Jul 8, 2023. It is now read-only.

Releases: eloquent/phony-phpunit

7.1.0

21 Dec 09:43
Compare
Choose a tag to compare

This release uses Phony 5.x. There no BC breaking API changes.

7.0.0

12 Feb 03:26
Compare
Choose a tag to compare
  • [BC BREAK] Dropped support for PHPUnit 8.x.
  • [NEW] Added support for PHPUnit 9.x.

6.0.0

05 Jan 23:58
Compare
Choose a tag to compare

This release uses Phony 4.x. There no BC breaking API changes aside from stricter type declarations.

  • [BC BREAK] PHP 7.1 is no longer supported.

5.0.0

05 Feb 00:51
41f45d4
Compare
Choose a tag to compare
  • [BC BREAK] Dropped support for PHPUnit 7.x (#3, #4).
  • [NEW] Added support for PHPUnit 8.x (#3, #4).

4.0.1

05 Apr 01:05
Compare
Choose a tag to compare
  • [MAINTENANCE] Updated required PHPUnit version to avoid coverage issues (#2).

4.0.0

19 Mar 23:02
Compare
Choose a tag to compare

This release uses Phony 3.x under the hood. Check out the migration guide for Phony 3.x, which also applies to this release.

  • [BC BREAK] PHP 7.0 is no longer supported (#1).
  • [NEW] Support for PHPUnit 7 (#1).

3.0.0

29 Sep 02:19
Compare
Choose a tag to compare

This release uses Phony 2.x under the hood. Check out the migration guide for Phony 2.x, which also applies to this release.

  • [BC BREAK] HHVM is no longer supported (#216, #219).
  • [BC BREAK] Removed inOrderSequence, checkInOrderSequence, anyOrderSequence, and checkAnyOrderSequence from the facade (#215).
  • [BC BREAK] Stubs created outside of a mock now have their "self" value set to the stub itself, instead of the stubbed callback (#226).
  • [NEW] Implemented anInstanceOf() (#220).
  • [NEW] Implemented emptyValue() (#218).
  • [IMPROVED] Support for PHP 7.2 features, including the object typehint (#224).
  • [IMPROVED] Improved the error message produced when a default return value cannot be produced, because the return type is a final class (#228).
  • [IMPROVED] Reduced the amount of output generated when mocks, stubs, and spies are encountered by var_dump() (#223).

2.0.0

24 Apr 12:18
Compare
Choose a tag to compare
  • [NEW] Support for PHPUnit 6.
  • [BC BREAK] Dropped support for PHP < 7.

1.0.0

24 Apr 11:49
Compare
Choose a tag to compare
  • [IMPROVED] Updated to use the new Phony 1.0.0 release.

0.1.0

23 Apr 02:39
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release
  • [NEW] Initial release.