1<?php
2/**
3 * @group bar
4 */
5class TwoTest extends PHPUnit_Framework_TestCase
6{
7    public function testSomething()
8    {
9    }
10}
11