steward icon indicating copy to clipboard operation
steward copied to clipboard

Support @group annotations also on methods

Open OndraM opened this issue 10 years ago • 0 comments
trafficstars

Group annotations are currently only supported by Steward on classes. It may be convenient to support them also on single methods, so only single test could be selected to be run using the --group option (or to be excluded with --exclude-group option).

This will also unify behavior of Steward with PHPUnit, which supports the @group annotation on both classes and tests.

OndraM avatar May 18 '15 20:05 OndraM