Directory : /home/proudlyafrican/www/vendor/phpunit/phpunit/tests/_files/ |
Current File : /home/proudlyafrican/www/vendor/phpunit/phpunit/tests/_files/CoverageFunctionParenthesesTest.php |
<?php class CoverageFunctionParenthesesTest extends PHPUnit_Framework_TestCase { /** * @covers ::globalFunction() */ public function testSomething() { globalFunction(); } }