/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

  1. <?php
  2. class IniTest extends PHPUnit_Framework_TestCase
  3. {
  4. public function testIni()
  5. {
  6. $this->assertEquals('application/x-test', ini_get('default_mimetype'));
  7. }
  8. }