BBnepal-Accounts/vendor/phpunit/php-code-coverage/tests/_files/CoverageFunctionTest.php
Sampanna Rimal 9cd05ef3cb commitall
2024-07-10 18:28:19 +05:45

12 lines
194 B
PHP

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