CoverageNamespacedFunctionTest.php in Zircon Profile 8
Same filename and directory in other branches
File
vendor/phpunit/phpunit/tests/_files/CoverageNamespacedFunctionTest.phpView source
<?php
class CoverageNamespacedFunctionTest extends PHPUnit_Framework_TestCase {
/**
* @covers foo\func()
*/
public function testFunc() {
foo\func();
}
}Classes
|
Name |
Description |
|---|---|
| CoverageNamespacedFunctionTest |