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