File "IniTest.php"
Full Path: /www/wwwroot/shphe-en.com/smsapi/api_sdk/vendor/phpunit/phpunit/tests/_files/IniTest.php
File size: 181 bytes
MIME-type: --
Charset: utf-8
<?php
class IniTest extends PHPUnit_Framework_TestCase
{
public function testIni()
{
$this->assertEquals('application/x-test', ini_get('default_mimetype'));
}
}