News Feed
Jobs Feed
Sections




News Archive
PHPBuilder.com:
Use PHPUnit to Implement Unit Testing in Your PHP Development
May 27, 2010 @ 09:32:33

On PHPBuilder.com today there's a new tutorial introducing PHPUnit, the popular unit testing framework (based off the ideas from JUnit). Jason shows how you can use it to make a more robust and easier to maintain application.

We are creating web applications, with one important difference between the two being that the latter are built using a rigorous process, and with that, a rigorous testing program. [...] The PHP community has long had a great testing utility at their disposal known as PHPUnit, and in this tutorial I offer a brief introduction to its benefits.

He shows how to get it installed (via PEAR), writing up a first unit test to check for the contents of a string (making HTML) and executing the test to verify the outcome. He aso mentions something interesting you can use when you need to send a lot of information over to a test - providers.

1 comment voice your opinion now!
phpunit unittest tutorial beginner


blog comments powered by Disqus

Similar Posts

Ian Christian's Blog: Creating a custom form field type in Symfony 2

Juozas Kaziukenas' Blog: Passing data from PHP to Silverlight

Chris Hartjes: So You Want to Write Tests

Sebastian Bergmann's Blog: International PHP Conference 2007 - Spring Edition

Devshed: A Login System for a PHP Email Application


Community Events









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


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

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