News Feed
Jobs Feed
Sections




News Archive
PHPMaster.com:
Testing Error Conditions with PHPUnit
October 02, 2012 @ 11:57:40

Over on PHPMaster.com there's a new post for the unit testers in the audience (you all unit test, right?) from Matt Turland about testing error conditions in your applications.

Let's say you're maintaining code that uses PHP's native trigger_error() function to log error information. Let's also say that you're in the process of using PHPUnit to write unit tests for that code. If you refer to the PHPUnit manual, there's a section that deals with testing for error condition. [...] However, depending on what your code looks like, it's possible that you'll run into a problem with PHPUnit's approach to this. This article will detail what this problem is, how it impacts your ability to test your code, and how to go about solving it.

He points out that, since errors and exceptions handle differently, you have to work with them differently in your tests. PHPUnit has a feature that automatically turns errors into a specific type of exception when they're thrown and how, by using a simple custom error handler, you can more correctly tests error vs exception.

0 comments voice your opinion now!
unittest error exception phpunit tutorial handler custom


blog comments powered by Disqus

Similar Posts

QaFoo.com: Mocking with Phake

ParanoidFerret.com: Flex & PHP Tutorial - Transmitting data using JSON

Daniel Cousineau's Blog: Hierarchical Data With PHP and MySQL

Christopher Kunz's Blog: Building PHP with cURL and libmysqlclient5

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


Community Events











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


opinion community series release development functional framework zendframework2 google introduction symfony2 appengine interview language database phpunit podcast conference rest testing

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