News Feed
Jobs Feed
Sections




News Archive
feed this:

Sameer Borate's Blog:
Test dependencies in PHPUnit 3.4
December 21, 2009 @ 08:50:17

On his blog today Sameer Borate has posted a method for creating test dependencies in your PHPUnit tests on your application.

PHPUnit 3.4 now supports dependencies between different test methods. It allows you to execute a particular test ONLY IF the test that it depends on executes successfully (using a linked-list class.

He starts off with a simple tests and breaks it up into two different pieces - one to test the creation of the list and another to test the linking of the list. By using the "@depends" notation in the comments of the linking test, you can tell PHPUnit to link the two and only pass if both do. He also touches on Producers and Consumers in testing.

0 comments voice your opinion now!
unittest depend phpunit



Community Events









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


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

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