PHPUnit - Test Groups??

I know how to choose them in the test configuration, but how are they created? I mean, how do I say "this test is for group A", or whatever?

1 comment
Comment actions Permalink

Google tells me that "A test can be tagged as belonging to a group using the

@group
annotation."

http://www.phpunit.de/manual/current/en/appendixes.annotations.html#appendixes.annotations.group
0

Please sign in to leave a comment.