Blame | Last modification | View Log | Download
<?php class CoverageFunctionParenthesesTest extends PHPUnit_Framework_TestCase { /** * @covers ::globalFunction() */ public function testSomething() { globalFunction(); } }
<?php
class CoverageFunctionParenthesesTest extends PHPUnit_Framework_TestCase
{
/**
* @covers ::globalFunction()
*/
public function testSomething()
globalFunction();
}