Sebastian Bergmann demonstrates another feature of the popular PHPUnit unit testing software in new post to his blog, specifically the TestNG-style of test.
Starting with version 3.2, PHPUnit has support for TestNG-style @grouping of tests.
He includes an example of the style, a test case that, through the command line testing tool, can be called in portions depending on the need.