News Feed
Jobs Feed
Sections




News Archive
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


blog comments powered by Disqus

Similar Posts

SitePoint.com: Be More Asssertive: Getting to Know PHPUnit's Assertions

Matthew Turland's Blog: Process Isolation in PHPUnit

NetTuts.com: Deciphering Testing Jargon

Jani Hartikainen's Blog: Unit testing 5: test-driven development

Fabian Schmengler's Blog: "Mocking" built-in functions like time() in Unit


Community Events











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


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

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