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