Skip to content

Added support for `phpspec/prophecy-phpunit`

Compare
Choose a tag to compare
@weirdan weirdan released this 24 Aug 21:09
· 93 commits to master since this release
d3f5c00

Added

This release adds support for phpspec/prophecy-phpunit (forward-compatible integration between PHPUnit and Prophecy). Also @ktomk added definitions for TestCase::createConfiguredMock() and TestCase::createPartialMock().

BC Breaks

Dependency on ocramius/package-versions was replaced with composer/package-versions-deprecated, which is 100% compatible replacement. If you get conflicts upgrading to this version, which may happen if you have direct dependency on ocramius/package-versions, replace it with composer/package-versions-deprecated.

Other changes

@vladyslavstartsev performed some intenal cleanup.