News Feed
Jobs Feed
Sections




News Archive
Mark van der Velden's Blog:
PHPUnit conditional test based on a PHP version
April 20, 2010 @ 09:57:33

In a new post Mark van der Velden has posted a quick (handy) example of how you can write your PHPUnit tests to be PHP version aware and only test what's needed.

I had a problem with running test cases on multiple CI environments, where one of the two runs on PHP 5.2 and the other on PHP 5.3. This basically meant that all our pretty PHP 5.3 code caused the builds to fail on the 5.2 only machine.

His technique is based on skipping tests that aren't meant for the latest version - like a test that'd only work if the server's running PHP 5.3 or greater. The key is in the PHP_VERSION constant that makes it simple to check what you're running. He also points out that you can use the @depends to achieve a similar functionality.

0 comments voice your opinion now!
phpunit conditional version snippet


blog comments powered by Disqus

Similar Posts

Pierre-Alain Joye\'s Blog: Zip-1.3.0 Released

php|architect: Introduction to PHPUnit

Lorna Mitchell's Blog: Proof that PHP 5.4 is Twice as Fast as PHP 5.3

Mike Purcell's Blog: Use PHPUnit without PEAR

Community News: phpPgAmin 4.1 Released


Community Events











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


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

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