News Feed
Jobs Feed
Sections




News Archive
Giorgio Sironi's Blog:
Refactoring PHPUnit's getMock()
August 19, 2010 @ 10:49:16

Giorgio Sironi has a new post to his blog about a "refactoring" he's done of PHPUnit's mock objects to make their creation with getMock easier.

Not an actual refactoring, but at least the introduction of a layer of indirection, a Parameter object, called PHPUnit_Framework_MockSpecification. I have already written the patch in a branch of my github repository. They are actually two independent patches, since PHPUnit core and the mocking component are in two separate repositories.

If you create a basic object, the creation is simple, but when you start wanting to use one of the other optional parameters down the line, things can get messy. His solution adds methods like disableOriginalConstructor and disableAutoload to make this simpler. You can find the patches on his github account.

UPDATE: This feature has been included in the latest PHPUnit master branch.

0 comments voice your opinion now!
phpunit getmock patch builder designpattern


blog comments powered by Disqus

Similar Posts

HowTo Forge: How To Harden PHP5 With Suhosin (Debian Etch/Ubuntu)

Anthony Ferrara: Design Patterns - Programming With Anthony

php|architect: New Free Issue of php|architect

Inviqa techPortal: Functionally Testing You Application Using Mink

PHP Security Blog: Hardening-Patch 0.4.6 for PHP released


Community Events











Don't see your event here?
Let us know!


opinion podcast tool interview series language community introduction object example framework code release zendframework2 application functional unittest development testing phpunit

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework