D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
tattooscyy
/
api
/
vendor
/
phpunit
/
php-code-coverage
/
tests
/
_files
/
Filename :
CoverageFunctionTest.php
back
Copy
<?php use PHPUnit\Framework\TestCase; class CoverageFunctionTest extends TestCase { /** * @covers ::globalFunction */ public function testSomething() { globalFunction(); } }