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