File "CoverageNamespacedFunctionTest.php"

Full Path: /www/wwwroot/shphe-en.com/smsapi/api_sdk/vendor/phpunit/phpunit/src/CoverageNamespacedFunctionTest.php
File size: 187 bytes
MIME-type: --
Charset: utf-8

<?php
class CoverageNamespacedFunctionTest extends PHPUnit_Framework_TestCase
{
    /**
     * @covers foo\func()
     */
    public function testFunc()
    {
        foo\func();
    }
}