CoverageFunctionParenthesesTest.php in Zircon Profile 8
Same filename in this branch
Same filename and directory in other branches
File
vendor/phpunit/php-code-coverage/tests/_files/CoverageFunctionParenthesesTest.phpView source
<?php
class CoverageFunctionParenthesesTest extends PHPUnit_Framework_TestCase {
/**
* @covers ::globalFunction()
*/
public function testSomething() {
globalFunction();
}
}
Classes
Name | Description |
---|---|
CoverageFunctionParenthesesTest |