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