Current File : /home/itiffy/public_html/vendor/phpunit/phpunit/tests/Regression/Trac/783/OneTest.php
<?php
use PHPUnit\Framework\TestCase;
/**
* @group foo
*/
class OneTest extends TestCase
{
public function testSomething()
{
$this->assertTrue(true);
}
}