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

Liip Blog: First Release of Proxy-Object

Sebastian Bergmann: Using PHPUnit from a PHP Archive (PHAR)

AjaxRay.com: Setting up Database testing with Kohana UnitTest module

DevShed: Validating User Input with the Strategy Pattern

Sebastian Bergmann's Blog: Distributed Testing with PHPUnit 3.1


Community Events











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


composer opinion example conference release framework code functional podcast development zendframework2 language object introduction testing database series interview community tool

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