D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
tattooscyy
/
test
/
vendor
/
phpunit
/
phpunit
/
tests
/
_files
/
Filename :
CoverageFunctionTest.php
back
Copy
<?php class CoverageFunctionTest extends PHPUnit_Framework_TestCase { /** * @covers ::globalFunction */ public function testSomething() { globalFunction(); } }