File php5-pear-phpunit-PHPUnit_MockObject.changes of Package php5-pear-phpunit-PHPUnit_MockObject
-------------------------------------------------------------------
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