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 25, 2024 — Jul 25, 2025
Showing page 8 of 34
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Use annotation instead of manual version check
Sebastian Bergmann
More...
almost 9 years ago
Fix CS/WS issues
Sebastian Bergmann
More...
almost 9 years ago
Do not execute test in PHP before 7
Fabian Becker
More...
almost 9 years ago
Code style
Fabian Becker
More...
almost 9 years ago
Fix mocking of interfaces with return types
Fabian Becker
More...
almost 9 years ago
Use static attribute instead of method-local static variable for caching Text_Template objects
Sebastian Bergmann
More...
about 9 years ago
Cache the most frequent creations of Text_Template
Willem Stuursma
More...
about 9 years ago
Replace some dirname(__FILE__) with __DIR__
Willem Stuursma
More...
about 9 years ago
Eliminate use of func_get_args()
Sebastian Bergmann
More...
about 9 years ago
Fix typos
Sebastian Bergmann
More...
about 9 years ago
Fix CS/WS issues
Sebastian Bergmann
More...
about 9 years ago
Reset parameter verification state if invocation changes
Vinai Kopp
More...
about 9 years ago
Remove obsolete phpdoc param annotation
Vinai Kopp
More...
about 9 years ago
Issue #261: Fix duplicate callback parameter constraint evaluation
Vinai Kopp
More...
about 9 years ago
Closes #309
Sebastian Bergmann
More...
about 9 years ago
Prepare release
Sebastian Bergmann
More...
about 9 years ago
Merge branch '3.1'
Sebastian Bergmann
More...
about 9 years ago
Tweak version constraints
Sebastian Bergmann
More...
about 9 years ago
Update test
Sebastian Bergmann
More...
about 9 years ago
Fix CS/WS issues
Sebastian Bergmann
More...
about 9 years ago
Fix CS/WS issues
Sebastian Bergmann
More...
about 9 years ago
Remove tests for errors in setMethods and setMethodsExcept
Ryan Struber
More...
about 9 years ago
Backtracking on errors when methods is already set
Ryan Struber
More...
about 9 years ago
Add exceptions that does not allow setMethods to be called after setMethodsExcept and vice versa Add tests
Ryan Struber
More...
about 9 years ago
Rename setNotMethods to setMethodsExcept Reimplement setMethodsExcept as a provider to setMethods Change scope of PHPUnit_Framework_MockObject_Generator::getClassMethods() to public Instantiate PHPUnit_Framework_MockObject_Generator in construct for PHPUnit_Framework_MockObject_MockBuilder and set as property
Ryan Struber
More...
about 9 years ago
Revert "Change null !== check to !empty when determining if setMethods and setNotMethods was used"
Ryan Struber
More...
about 9 years ago
Change null !== check to !empty when determining if setMethods and setNotMethods was used
Ryan Struber
More...
about 9 years ago
Add error that disallows useing setMethods and setNotMethods on the same mock builder
Ryan Struber
More...
about 9 years ago
Add the ability for mock builder to create stubs for all methods EXCEPT those contained in a list.
Ryan Struber
More...
about 9 years ago
Merge branch '3.1'
Sebastian Bergmann
More...
over 9 years ago
←
1
2
3
4
5
6
7
8
9
10
11
12
…
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