Releases: phpspec/prophecy-phpunit
Releases · phpspec/prophecy-phpunit
2.3.0
2.2.0
2.1.0
2.0.2
2.0.1
2.0.0
1.1.0
- Remove the requirement to call the parent
setUp
method - Add the assertion count for predictions to be compatible with PHPUnit strict mode
Note that this integration in the ProphecyTestCase is not necessary anymore for PHPUnit 4.5 as it provides support for prophecy natively (using the same prophesize
API so the migration is a matter of changing the parent class)
abstract ProphecyTestCase class
Marked the ProphecyTestCase
as abstract to avoid PhpUnit to try running it as a testcase