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

Olek Janiszewski's Blog: Autotest-like PHPUnit runner for a Zend Framework application

PHPMaster.com: Preventing Code Rot 101: Unit Testing

Brian Swan's Blog: Getting Started with PHP on Windows

NetBeans Blog: PHPUnit support added

Dagfinn Reiersol's Blog: Don't refactor without unit tests


Community Events











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


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

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