/vendor/phpunit/phpunit/tests/_files/IniTest.php
https://bitbucket.org/alan_cordova/api-sb-map · PHP · 8 lines · 8 code · 0 blank · 0 comment · 0 complexity · 85aae0b77bed7a2f7295599d6d412bc6 MD5 · raw file
- <?php
- class IniTest extends PHPUnit_Framework_TestCase
- {
- public function testIni()
- {
- $this->assertEquals('application/x-test', ini_get('default_mimetype'));
- }
- }