News Feed
Jobs Feed
Sections




News Archive
Chris Hartjes' Blog:
Metatesting Extending Your Testing Tools
April 23, 2012 @ 11:27:02

Chris Hartjes has had a few posts about "metatesting" already and in this latest article he takes the series one more step. He looks at moving outside of the current toolset and expanding on them to meet your testing needs.

While PHPUnit is awesome out of the box, it still lacks some tools that are required to do things like test protected class methods or assign values to protected class attributes. Lucky for me we have an awesome testing engineer at Kaplan named Will Parker who has shown me some ways that they have extended PHPUnit itself to make testing certain things easier.

Chris talks about things like testing protected methods (easy thanks to a helper) and checking the value of a class property. The key to both of them lies in using PHP's own Reflection functionality to alter properties on the class objects themselves.

0 comments voice your opinion now!
metatesting extend tool phpunit reflection protected property


blog comments powered by Disqus

Similar Posts

Arnold Daniels' Blog: A dark corner of PHP: class casting

Maarten Balliauw's Blog: Generic arrays in PHP

Stubbles Blog: Stubbles 0.1.0 released

Sebastian Bergmann's Blog: PHPUnit 3.0 Beta 1

International PHP Magazine: Poll Question: What Is the Main Hindrance for PHP 5 to Get Adopted?


Community Events









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


community database phpunit object unittest interview code composer language functional development testing opinion zendframework2 introduction event example release framework api

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