0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 19, 2024 — Jul 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Only call __phpunit_setId() on mock objects. More... almost 13 years ago
Make internal mock object attributes private. More... almost 13 years ago
Prepare release. More... almost 13 years ago
Improve tests More... almost 13 years ago
Improve tests More... almost 13 years ago
Namespace mock object id with class name and assign new id when a mock object is cloned. More... almost 13 years ago
Clean up API documentation More... almost 13 years ago
Micro Optimization: Only loop over argument array when objects should be cloned. More... almost 13 years ago
Prepare release. More... almost 13 years ago
Properly declare the attribute that holds the mock object id. More... almost 13 years ago
Exclude autoloader from code coverage report. More... almost 13 years ago
Fix test. More... almost 13 years ago
Update test. More... almost 13 years ago
Add enableOriginalConstructor(), enableOriginalClone(), enableAutoload(), enableArgumentCloning(). More... almost 13 years ago
Prepare release. More... almost 13 years ago
trying another autoload approach.
claylo
as Clay Loveless
More... almost 13 years ago
experimenting with autoload classmap approach
claylo
as Clay Loveless
More... almost 13 years ago
adding psr-0 block
claylo
as Clay Loveless
More... almost 13 years ago
use wildcard-friendly branch-alias
claylo
as Clay Loveless
More... almost 13 years ago
dev-master composer.json draft
claylo
as Clay Loveless
More... almost 13 years ago
Closes #90. Thanks for the help @lapistano More... about 13 years ago
List The BSD 3-Clause License correctly and consistently. Thanks to Christian Aistleitner <[email protected]> for bringing this issue to my attention. More... about 13 years ago
Better skip than fail More... over 13 years ago
BC break revert for: "getMockForAbstractClass now acts like getMock and by default mocks all methods. Closes #73" More... over 13 years ago
Test for #83 More... over 13 years ago
Closes #84: getMockFromWsdl now can create namespaced classes/mocks. This requires PHP 5.3 so it goes into master/1.2 More... over 13 years ago
Merge pull request #86 from lstrojny/default-parameter-matcher More... over 13 years ago
Fixing verification of mock objects without specific parameter matchers More... over 13 years ago
Merge pull request #85 from lstrojny/mockObjectId More... over 13 years ago
Adding unique ID per mock object so that they aren’t equal (__phpunit_mockObjectId) More... over 13 years ago