Browse Source

Fix MimeTest

19238-remove-casting
Alexander Makarov 3 years ago
parent
commit
7fd85d2268
No known key found for this signature in database
GPG Key ID: 3617B79C6A325E4A
  1. 2
      tests/framework/helpers/MimeTest.php

2
tests/framework/helpers/MimeTest.php

@ -430,6 +430,7 @@ class MimeTest extends TestCase
'log' => 'text/plain', 'log' => 'text/plain',
'lostxml' => 'application/lost+xml', 'lostxml' => 'application/lost+xml',
'lrf' => 'application/octet-stream', 'lrf' => 'application/octet-stream',
0 => 'application/vnd.lotus-1-2-3',
'lrm' => 'application/vnd.ms-lrm', 'lrm' => 'application/vnd.ms-lrm',
'ltf' => 'application/vnd.frogans.ltf', 'ltf' => 'application/vnd.frogans.ltf',
'lvp' => 'audio/vnd.lucent.voice', 'lvp' => 'audio/vnd.lucent.voice',
@ -521,7 +522,6 @@ class MimeTest extends TestCase
'mseed' => 'application/vnd.fdsn.mseed', 'mseed' => 'application/vnd.fdsn.mseed',
'mseq' => 'application/vnd.mseq', 'mseq' => 'application/vnd.mseq',
'msf' => 'application/vnd.epson.msf', 'msf' => 'application/vnd.epson.msf',
0 => 'application/vnd.lotus-1-2-3',
'msh' => 'model/mesh', 'msh' => 'model/mesh',
'msi' => 'application/x-msdownload', 'msi' => 'application/x-msdownload',
'msl' => 'application/vnd.mobius.msl', 'msl' => 'application/vnd.mobius.msl',

Loading…
Cancel
Save