/
home
/
sjslayjy
/
public_html
/
scm
/
vendor
/
phpunit
/
php-code-coverage
/
tests
/
_files
/
Upload File
HOME
<?php use PHPUnit\Framework\TestCase; class CoverageFunctionParenthesesTest extends TestCase { /** * @covers ::globalFunction() */ public function testSomething() { globalFunction(); } }