CoverageFunctionParenthesesWhitespaceTest.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/CoverageFunctionParenthesesWhitespaceTest.phpView source
<?php
class CoverageFunctionParenthesesWhitespaceTest extends PHPUnit_Framework_TestCase {
/**
* @covers ::globalFunction ( )
*/
public function testSomething() {
globalFunction();
}
}
Classes
Name | Description |
---|---|
CoverageFunctionParenthesesWhitespaceTest |