Seditio Source
Root |
./othercms/croogo-4.0.7/vendor/phpunit/phpunit/tests/end-to-end/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);
    }
}