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

class CoverageFunctionParenthesesTest extends TestCase
{
    /**
     * @covers ::globalFunction()
     */
    public function testSomething()
    {
        globalFunction();
    }
}