File "Issue1570Test.php"

Full Path: /www/wwwroot/shphe-en.com/smsapi/api_sdk/vendor/phpunit/phpunit/tests/Regression/GitHub/1570/Issue1570Test.php
File size: 126 bytes
MIME-type: --
Charset: utf-8

<?php
class Issue1570Test extends PHPUnit_Framework_TestCase
{
    public function testOne()
    {
        print '*';
    }
}