openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
P
phpunit-mock-objects
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Jul 19, 2024 — Jul 19, 2025
Showing page 22 of 34
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Only call __phpunit_setId() on mock objects.
Sebastian Bergmann
More...
almost 13 years ago
Make internal mock object attributes private.
Sebastian Bergmann
More...
almost 13 years ago
Prepare release.
Sebastian Bergmann
More...
almost 13 years ago
Improve tests
Sebastian Bergmann
More...
almost 13 years ago
Improve tests
Sebastian Bergmann
More...
almost 13 years ago
Namespace mock object id with class name and assign new id when a mock object is cloned.
Sebastian Bergmann
More...
almost 13 years ago
Clean up API documentation
Sebastian Bergmann
More...
almost 13 years ago
Micro Optimization: Only loop over argument array when objects should be cloned.
Sebastian Bergmann
More...
almost 13 years ago
Prepare release.
Sebastian Bergmann
More...
almost 13 years ago
Properly declare the attribute that holds the mock object id.
Sebastian Bergmann
More...
almost 13 years ago
Exclude autoloader from code coverage report.
Sebastian Bergmann
More...
almost 13 years ago
Fix test.
Sebastian Bergmann
More...
almost 13 years ago
Update test.
Sebastian Bergmann
More...
almost 13 years ago
Add enableOriginalConstructor(), enableOriginalClone(), enableAutoload(), enableArgumentCloning().
Sebastian Bergmann
More...
almost 13 years ago
Prepare release.
Sebastian Bergmann
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
Volker Dusch
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.
Sebastian Bergmann
More...
about 13 years ago
Better skip than fail
Volker Dusch
More...
over 13 years ago
BC break revert for: "getMockForAbstractClass now acts like getMock and by default mocks all methods. Closes #73"
Volker Dusch
More...
over 13 years ago
Test for #83
Volker Dusch
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
Volker Dusch
More...
over 13 years ago
Merge pull request #86 from lstrojny/default-parameter-matcher
Sebastian Bergmann
More...
over 13 years ago
Fixing verification of mock objects without specific parameter matchers
Lars Strojny
More...
over 13 years ago
Merge pull request #85 from lstrojny/mockObjectId
Sebastian Bergmann
More...
over 13 years ago
Adding unique ID per mock object so that they aren’t equal (__phpunit_mockObjectId)
Lars Strojny
More...
over 13 years ago
←
1
2
…
18
19
20
21
22
23
24
25
26
…
33
34
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree