News Feed
Jobs Feed
Sections




News Archive
PHP and Me Blog:
How to Type Less $this in PHPUnit
March 10, 2011 @ 13:25:51

In a recent post to the "PHP and Me" blog they look at how to type less $this in your PHPUnit tests using some handy tricks and a bit of custom code.

Lately I've been writing a few tests (using PHPUnit), and when you do there's one thing you end up doing a lot, which is typing $this-> whenever you need to do pretty much anything. It's not that bad (and PHP can be quite verbose itself) but it can become a bit of a bore I guess, especially after a while. [...] Those were valid points [about the global testing functions added to PHPUnit], and for a while that feature was even temporarily removed. So.. now what? Back to typing all those $this-> over & over again? Maybe not.

The post shows how to use the included functions to remove the "$this" in something like "$this->assertTrue()" or, to reduce things even more and not pollute the global namespace, a different approach by extending Assert. A few code examples are included as well as the class that extends the normal Assert functionality PHPUnit provides. It allows for the more flexible short-hand function calls to automatically be mapped back to their "more correct" versions.

0 comments voice your opinion now!
phpunit global method assert namespace


blog comments powered by Disqus

Similar Posts

David Coallier's Blog: PHP Namespaces (Part 2: Namespace constants)

Community Crosstalk: Matthew O'Phinney & Scott Johnson on Dynamic Function/Method Calls

Davey Shafik's Blog: Netbeans for PHP: Continues to Impress

Robert Basic: Unit testing Zend Framework 2 modules

Mike Purcell's Blog: PHP - Reflection Class - Determine Parent Method Signature


Community Events











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


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

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