BBnepal-Accounts/hostel/vendor/phpunit/php-code-coverage/tests/_files/CoverageFunctionParenthesesTest.php

12 lines
207 B
PHP
Raw Normal View History

2024-07-10 12:43:19 +00:00
<?php
class CoverageFunctionParenthesesTest extends PHPUnit_Framework_TestCase
{
/**
* @covers ::globalFunction()
*/
public function testSomething()
{
globalFunction();
}
}