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

Damian Sromek's Blog: [How to] Run PHPUnit tests using database 10x faster

Mike Purcell's Blog: Use PHPUnit without PEAR

Sebastian Bergmann's Blog: Debugging with Git and PHPUnit

Sebastian Bergmann's Blog: PHPUnit and Cyclomatic Complexity

SitePoint.com: Advanced PHPUnit Testing: Annotations and Mocking


Community Events









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


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

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