This repository has been archived on 2026-07-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
espocrm-base/vendor/phpunit/php-code-coverage/Tests/_files/CoverageFunctionParenthesesTest.php
T
Taras Machyshyn 6ee90ed26e vendor update
2013-11-19 12:51:37 +02:00

12 lines
207 B
PHP

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