Changelog for
php5-pear-phpunit-PHPUnit_MockObject-1.2.3-1.1.noarch.rpm :
Sun Aug 4 14:00:00 2013 robert.munteanuAATTgmail.com
- Updated to version 1.2.3
* Fixed a bug where getting two mocks with different argument
cloning options returned the same mock.
- Updated to version 1.2.2
* Fixed #100: Removed the unique mock object ID introduced in
version 1.2.
- Updated to version 1.2.0
* 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.
Fri Dec 9 13:00:00 2011 cooloAATTsuse.com
- fix license to be in spdx.org format
Mon Dec 5 13:00:00 2011 robert.munteanuAATTgmail.com
- Updated to version 1.1.0
- Added `getObjectForTrait()` to support the testing of traits.
- Added `PHPUnit_Framework_MockObject_Stub_ReturnSelf` to support
the stubbing of fluent interfaces.
- Added `PHPUnit_Framework_MockObject_Stub_ReturnValueMap` to
support stubbing a method by returning a value from a map.
- getMockForAbstractClass()` now supports the stubbing and mocking
of concrete methods in abstract classes.
Mon Aug 15 14:00:00 2011 langAATTb1-systems.de
- finally made it build
- properly added docdir files
Wed Jun 22 14:00:00 2011 langAATTb1-systems.de
- version 1.0.9
- initial packaging
- optional dependency of recent phpunit