File "TestIncomplete.php"
Full Path: /www/wwwroot/shphe-en.com/smsapi/api_sdk/vendor/phpunit/phpunit/tests/_files/TestIncomplete.php
File size: 165 bytes
MIME-type: --
Charset: utf-8
<?php
class TestIncomplete extends PHPUnit_Framework_TestCase
{
protected function runTest()
{
$this->markTestIncomplete('Incomplete test');
}
}