0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 17, 2024 — Jul 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch '1.1' More... over 13 years ago
Also check tests for coding standard violations. More... over 13 years ago
Merge branch '1.1' More... over 13 years ago
Refactor build system. More... over 13 years ago
Merge branch '1.1' More... over 13 years ago
Also blacklist expects() and staticExpects(). More... over 13 years ago
Also blacklist expects() and staticExpects(). More... over 13 years ago
Merge branch '1.1' More... over 13 years ago
Bump copyright year. More... over 13 years ago
Merge branch '1.1' of github.com:sebastianbergmann/phpunit-mock-objects into 1.1 More... over 13 years ago
Merge branch '1.1' More... over 13 years ago
Bump copyright year. More... over 13 years ago
Changelog for #48 More... over 13 years ago
Merge remote branch 'sgronblo/1.0' into 1.1 More... over 13 years ago
Update ChangeLog. More... over 13 years ago
sed -i 's/[ \t]*$//' **/*.php More... over 13 years ago
Simplify. More... over 13 years ago
Corrected api docs More... over 13 years ago
Correction due to feedback from __edorian. More... over 13 years ago
Method getMockForAbstractClass was not able to fake interfaces. More... over 13 years ago
[clone-object-parameters] add integration tests for TestCase::getMock method More... over 13 years ago
[clone-object-parameters] update Generator More... over 13 years ago
[clone-object-parameters] change invocations to support this behavior More... over 13 years ago
Prepare release. More... over 13 years ago
Merge pull request #69 from elblinkin/master More... over 13 years ago
According to line 160 of PHPUnit/Framework/MockObject/Generator.php null is also a valid value for $methods. Therefore, the type hint in the MockBuilder setMethods() method is overly agressive and should be removed so that the error log does not have to be cluttered with warnings. More... over 13 years ago
Added the $options argument to the Generator::generateMockFromWsdl method passed from TestCase::getMockFromWsdl More... over 13 years ago
Prepare release. More... almost 14 years ago
Merge pull request #67 from fabpot/master More... almost 14 years ago
Without this change, PHP throws a warning when `$methods` is `null`. More... almost 14 years ago