Current File : /home/jvzmxxx/wiki1/vendor/phpunit/phpunit/tests/_files/CoverageNamespacedFunctionTest.php
<?php
class CoverageNamespacedFunctionTest extends PHPUnit_Framework_TestCase
{
    /**
     * @covers foo\func()
     */
    public function testFunc()
    {
        foo\func();
    }
}