News Feed
Jobs Feed
Sections




News Archive
Mike Purcell's Blog:
PHPUnit - How to Run PHPUnit Against a Specific Test
February 01, 2012 @ 08:37:03

Mike Purcell has a quick new post to his blog showing how you can run PHPUnit on one specific test using handy grouping functionality already built into the tool.

The other day I was debugging an error in one of my unit tests, and found it hard to track down because when I ran PHPUnit, it ran all the tests contained in the file where my problem unit test was located. After some Googling and reading the PHPUnit Api Docs, I found that you can specify a test, among other tests, by adding a comment with the @group annotation.

Using this "@group" annotation tells PHPUnit to combine these tests and allows you you specify a "--group" setting on the command line to only run those. He includes some sample code showing how it can be used. This can be very useful for combining results for certain kinds of tests (say, all related to bugfixes) without having to run everything all over again.

0 comments voice your opinion now!
phpunit specific test group annotation


blog comments powered by Disqus

Similar Posts

DZone.com: CakePHP - Web Test Cases with SimpleTest

Reddit.com: How do you test email when in development?

Codewalkers.com: New PHP User Group (Jacksonville, FL)

Davey Shafik's Blog: Netbeans for PHP: Continues to Impress

PHPBuilder.com: PHPUnit Fundamentals: Setting Up and Tearing Down a Doctrine 2 Database


Community Events











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


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

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