관리-도구
편집 파일: CoverageFunctionTest.php
<?php use PHPUnit\Framework\TestCase; class CoverageFunctionTest extends TestCase { /** * @covers ::globalFunction */ public function testSomething() { globalFunction(); } }