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