File "Issue1437Test.php"
Full Path: /www/wwwroot/shphe-en.com/smsapi/api_sdk/vendor/phpunit/phpunit/tests/Regression/GitHub/1437/Issue1437Test.php
File size: 165 bytes
MIME-type: --
Charset: utf-8
<?php
class Issue1437Test extends PHPUnit_Framework_TestCase
{
public function testFailure()
{
ob_start();
$this->assertTrue(false);
}
}