File "CoverageNoneTest.php"

Full Path: /www/wwwroot/shphe-en.com/smsapi/api_sdk/vendor/phpunit/phpunit/tests/_files/CoverageNoneTest.php
File size: 175 bytes
MIME-type: --
Charset: utf-8

<?php
class CoverageNoneTest extends PHPUnit_Framework_TestCase
{
    public function testSomething()
    {
        $o = new CoveredClass;
        $o->publicMethod();
    }
}