News Feed
Jobs Feed
Sections




News Archive
SitePoint.com:
Introduction to Unit Testing in PHP with PHPUnit
December 17, 2010 @ 12:35:47

On SitePoint there's a new tutorial that introduces you to some of the basics of unit testing your PHP application with the help of the popular testing tool PHPUnit. (Disclaimer: I am the author of this article).

It's a familiar situation: you've been developing on an application for hours and you feel like you've been going round in circles. You fix one bug and another pops up. [...] You've been there, right? You've had these same frustrations with all your applications, and have sat back and thought that there has to be a better way. Well, you're in luck! There is, and it's not as difficult as you might think it.

The article starts by debunking a few of the myths about unit testing like the time it takes and why it's better than just "clicking around". It shows the installation of the tool (via the PEAR installer) and how to write your first test cases based on a sample class.

0 comments voice your opinion now!
phpunit unittest tutorial introduction


blog comments powered by Disqus

Similar Posts

PHPMaster.com: Explore Aspect Oriented Programming with CodeIgniter, Part 1

NetTuts.com: Wrangling with the Facebook Graph API

DevShed: Constructing Multi-Line PDF Documents with PHP 5

Bill's IIS Blog: PHP on IIS7 w/FastCGI

Evan Coury's Blog: Using Zend\Db’s TableGateway & HydratingResultSet to return rows as custom enties


Community Events











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


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

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