Current File : /home/jvzmxxx/wiki1/vendor/phpunit/php-code-coverage/tests/_files/CoverageFunctionTest.php
<?php
class CoverageFunctionTest extends PHPUnit_Framework_TestCase
{
    /**
     * @covers ::globalFunction
     */
    public function testSomething()
    {
        globalFunction();
    }
}