Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / phpunit / phpunit / tests / _files / IniTest.php
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 }