Sid Gifari File Manager
🏠 Root
/
home2
/
meumer25
/
painelmaisamor.meumercado.app
/
vendor
/
phpunit
/
php-code-coverage
/
tests
/
_files
/
Editing: CoverageFunctionTest.php
<?php use PHPUnit\Framework\TestCase; class CoverageFunctionTest extends TestCase { /** * @covers ::globalFunction */ public function testSomething() { globalFunction(); } }
Save
Cancel