-
Tag the test with the @group
annotation in the format:
/** @group <group specification> */
-
Tag the test with the @author
annotation in the format:
/** @author <author specification> */
- In the Run/Debug Configuration: PHPUnit on Server dialog box, open the Test groups tab.
- To enable appointing groups to execute, select the Include/Exclude check box.
-
In the Group Name list, select the relevant group and do one of the following:
- To have the tests in the selected group executed, select the Include check box.
- To have the tests in the selected group skipped, select the Exclude check box.
