EVOLUTION-MANAGER
Edit File: CoverageFunctionTest.php
<?php class CoverageFunctionTest extends PHPUnit_Framework_TestCase { /** * @covers ::globalFunction */ public function testSomething() { globalFunction(); } }