ChangeLog.markdown (739B)
1 PHPUnit_MockObject 1.2 2 ====================== 3 4 This is the list of changes for the PHPUnit_MockObject 1.2 release series. 5 6 PHPUnit_MockObject 1.2.3 7 ------------------------ 8 9 * Fixed a bug where getting two mocks with different argument cloning options returned the same mock. 10 11 PHPUnit_MockObject 1.2.2 12 ------------------------ 13 14 * Fixed #100: Removed the unique mock object ID introduced in version 1.2. 15 16 PHPUnit_MockObject 1.2.1 17 ------------------------ 18 19 * No changes. 20 21 PHPUnit_MockObject 1.2.0 22 ------------------------ 23 24 * Implemented #47: Make cloning of arguments passed to mocked methods optional. 25 * Implemented #84: `getMockFromWsdl()` now works with namespaces. 26 * Fixed #90: Mocks with a fixed class name could only be created once. 27