IniTest.php in Zircon Profile 8
Same filename and directory in other branches
File
vendor/phpunit/phpunit/tests/_files/IniTest.phpView source
<?php
class IniTest extends PHPUnit_Framework_TestCase {
public function testIni() {
$this
->assertEquals('application/x-test', ini_get('default_mimetype'));
}
}