Skip to content

Releases: mnapoli/phpunit-easymock

1.4.0

12 Oct 13:58
1b034be
Compare
Choose a tag to compare

Support PHP 8

1.3.0

01 Aug 17:07
Compare
Choose a tag to compare

Upgrade to PHPUnit 8|9, support PHP 7.3 and up.

1.2.0

12 Dec 19:24
11b7547
Compare
Choose a tag to compare

Compatibility with PHPUnit 8.

1.1.0

14 Jan 19:33
cd71d4d
Compare
Choose a tag to compare

#10 Compatibility with PHPUnit 7

1.0.0

11 Nov 16:47
5335193
Compare
Choose a tag to compare

Stable version for PHPUnit 6.

0.2.3

13 Jun 15:14
Compare
Choose a tag to compare

#5 Fix test for compatibility with latest version of PHPUnit

0.2.2

04 Jun 11:07
Compare
Choose a tag to compare

Fix #4: Compatibility with PHPUnit 5.4 and phpunit/phpunit-mock-objects 3.2

0.2.1

04 Jan 16:44
Compare
Choose a tag to compare

#3 Compatibility with PHPUnit 5

0.2.0

18 Oct 13:06
Compare
Choose a tag to compare
  • #1 and #2: EasyMock was rewritten as a trait
  • PHP 5.3 support dropped

0.1.4

08 Mar 01:05
Compare
Choose a tag to compare

Added EasyMock::spy() to create a spy instead of a mock: it asserts that methods are called at least once.