File "CoverageClassExtendedTest.php"
Full Path: /www/wwwroot/shphe-en.com/smsapi/api_sdk/vendor/phpunit/phpunit/src/ForwardCompatibility/CoverageClassExtendedTest.php
File size: 238 bytes
MIME-type: --
Charset: utf-8
<?php
class CoverageClassExtendedTest extends PHPUnit_Framework_TestCase
{
/**
* @covers CoveredClass<extended>
*/
public function testSomething()
{
$o = new CoveredClass;
$o->publicMethod();
}
}