BossBey File Manager
PHP:
7.4.33
OS:
Linux
User:
root
Root
/
.
/
vendor
/
phpunit
/
phpunit
/
tests
/
_files
📤 Upload
📝 New File
📁 New Folder
Close
Editing: IniTest.php
<?php class IniTest extends PHPUnit_Framework_TestCase { public function testIni() { $this->assertEquals('application/x-test', ini_get('default_mimetype')); } }
Save
Cancel