Path : /var/www/html/solarwindia/vendor/phpunit/php-code-coverage/tests/_files/ |
Current File : /var/www/html/solarwindia/vendor/phpunit/php-code-coverage/tests/_files/CoverageFunctionTest.php |
<?php use PHPUnit\Framework\TestCase; class CoverageFunctionTest extends TestCase { /** * @covers ::globalFunction */ public function testSomething() { globalFunction(); } }