News Feed
Jobs Feed
Sections




News Archive
PHPMaster.com:
Getting Started with PHPUnit
November 15, 2011 @ 08:25:49

On PHPMaster.com today, there's a new tutorial helping you get started with on of the most popular unit testing frameworks for PHP, PHPUnit. In this new article they help you write your first tests, run them and figure out what to do when they fail.

Most people know that testing your websites is a good idea, but after some time testing can become tedious. What if a lot of this testing process could be automated so you don't have to go trough every function manually, time after time, to ensure that it still works after updating your code? This is where unit testing comes in, to automate the testing process.

She starts with a simple, self-contained test - setting and getting a "name" value from a User class. The tests include an example of a setup/tear down and check that the result of the "talk()" method is correct with an assertEquals.

0 comments voice your opinion now!
phpunit unittest introduction sample


blog comments powered by Disqus

Similar Posts

PHPit.net: PHP 5 Objects, Patterns and Practice

PHPMaster.com: An Introduction to Mock Object Testing

Mike Lively's Blog: Adding Database Tests to Existing PHPUnit Test Cases

Michelangelo van Dam's Blog: Unit testing with Zend Framework 1.8+

PHPBuilder.com: The ABC's of PHP Part 5 - Strings & Text


Community Events











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


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

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