BossBey File Manager
PHP:
7.4.33
OS:
Linux
User:
root
Root
/
.
/
vendor
/
phpunit
/
phpunit
/
tests
/
_files
📤 Upload
📝 New File
📁 New Folder
Close
Editing: CoverageNamespacedFunctionTest.php
<?php class CoverageNamespacedFunctionTest extends PHPUnit_Framework_TestCase { /** * @covers foo\func() */ public function testFunc() { foo\func(); } }
Save
Cancel