Releases: mnapoli/phpunit-easymock
Releases · mnapoli/phpunit-easymock
1.3.0
Upgrade to PHPUnit 8|9, support PHP 7.3 and up.
1.2.0
Compatibility with PHPUnit 8.
1.1.0
#10 Compatibility with PHPUnit 7
1.0.0
Stable version for PHPUnit 6.
0.2.3
#5 Fix test for compatibility with latest version of PHPUnit
0.2.2
Fix #4: Compatibility with PHPUnit 5.4 and phpunit/phpunit-mock-objects 3.2
0.2.1
#3 Compatibility with PHPUnit 5
0.2.0
- #1 and #2: EasyMock was rewritten as a trait
- PHP 5.3 support dropped
0.1.4
Added EasyMock::spy()
to create a spy instead of a mock: it asserts that methods are called at least once.