EVOLUTION-MANAGER
Edit File: CoverageFunctionParenthesesTest.php
<?php use PHPUnit\Framework\TestCase; class CoverageFunctionParenthesesTest extends TestCase { /** * @covers ::globalFunction() */ public function testSomething() { globalFunction(); } }