Current File : /home/itiffy/public_html/vendor/phpunit/phpunit/tests/Regression/GitHub/322/Issue322Test.php
<?php
use PHPUnit\Framework\TestCase;
class Issue322Test extends TestCase
{
/**
* @group one
*/
public function testOne()
{
$this->assertTrue(true);
}
/**
* @group two
*/
public function testTwo()
{
$this->assertTrue(true);
}
}