File php5-pear-phpunit-PHPUnit_MockObject.changes of Package php5-pear-phpunit-PHPUnit_MockObject
-------------------------------------------------------------------
Sun Aug 4 21:37:51 UTC 2013 - robert.munteanu@gmail.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 08:43:20 UTC 2011 - coolo@suse.com
- fix license to be in spdx.org format
-------------------------------------------------------------------
Mon Dec 5 21:20:01 UTC 2011 - robert.munteanu@gmail.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 16:03:29 UTC 2011 - lang@b1-systems.de
- finally made it build
- properly added docdir files
-------------------------------------------------------------------
Wed Jun 22 08:36:09 UTC 2011 - lang@b1-systems.de
- version 1.0.9
- initial packaging
- optional dependency of recent phpunit