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

Releases: sebastianbergmann/phpunit-mock-objects

PHPUnit_MockObject 1.2.3

09 Jul 15:41
Compare
Choose a tag to compare
  • Fixed a bug where getting two mocks with different argument cloning options returned the same mock.

PHPUnit_MockObject 1.2.2

09 Jul 15:40
Compare
Choose a tag to compare
  • Fixed #100: Removed the unique mock object ID introduced in version 1.2.

PHPUnit_MockObject 1.2.1

09 Jul 15:40
Compare
Choose a tag to compare

PHPUnit_MockObject 1.2.0

09 Jul 15:40
Compare
Choose a tag to compare
  • Implemented #47: Make cloning of arguments passed to mocked methods optional.
  • Implemented #84: getMockFromWsdl() now works with namespaces.
  • Fixed #90: Mocks with a fixed class name could only be created once.