Current File : //proc/self/root/home/itiffy/www/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);
}
}