Files
parkir-parepare/vendor/phpunit/php-code-coverage/tests/_files/CoverageFunctionParenthesesTest.php
2023-07-11 17:28:33 +08:00

12 lines
207 B
PHP
Executable File

<?php
class CoverageFunctionParenthesesTest extends PHPUnit_Framework_TestCase
{
/**
* @covers ::globalFunction()
*/
public function testSomething()
{
globalFunction();
}
}