EVOLUTION-MANAGER
Edit File: TestDoxGroupTest.php
<?php class TestDoxGroupTest extends PHPUnit_Framework_TestCase { /** * @group one */ public function testOne() { } /** * @group two */ public function testTwo() { } }