Viewing File: /usr/local/cpanel/3rdparty/wpinstaller/vendor/phpunit/phpunit/tests/_files/CoverageFunctionTest.php

<?php
use PHPUnit\Framework\TestCase;

class CoverageFunctionTest extends TestCase
{
    /**
     * @covers ::globalFunction
     */
    public function testSomething()
    {
        globalFunction();
    }
}
Back to Directory File Manager