Current File : /home/itiffy/public_html/vendor/phpunit/phpunit/tests/_files/NoTestCases.php
<?php
use PHPUnit\Framework\TestCase;

class NoTestCases extends TestCase
{
    public function noTestCase()
    {
    }
}