File "TestSkipped.php"
Full Path: /www/wwwroot/shphe-en.com/smsapi/api_sdk/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/TestSkipped.php
File size: 156 bytes
MIME-type: --
Charset: utf-8
<?php
class TestSkipped extends PHPUnit_Framework_TestCase
{
protected function runTest()
{
$this->markTestSkipped('Skipped test');
}
}