october_1x0/vendor/phpunit/php-code-coverage/tests/_files/CoverageFunctionParentheses...

14 lines
234 B
PHP
Raw Normal View History

2022-06-24 14:32:37 +00:00
<?php
use PHPUnit\Framework\TestCase;
class CoverageFunctionParenthesesWhitespaceTest extends TestCase
{
/**
* @covers ::globalFunction ( )
*/
public function testSomething()
{
globalFunction();
}
}