Blame | Last modification | View Log | Download
<?php /** * @group foo */ class OneTest extends PHPUnit_Framework_TestCase { public function testSomething() { } }
<?php
/**
* @group foo
*/
class OneTest extends PHPUnit_Framework_TestCase
{
public function testSomething()
}