Blame | Last modification | View Log | Download
<?php class TestDoxGroupTest extends PHPUnit_Framework_TestCase { /** * @group one */ public function testOne() { } /** * @group two */ public function testTwo() { } }
<?php
class TestDoxGroupTest extends PHPUnit_Framework_TestCase
{
/**
* @group one
*/
public function testOne()
}
* @group two
public function testTwo()