mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 14:26:54 +08:00
Fix MimeTest
This commit is contained in:
@ -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',
|
||||||
|
Reference in New Issue
Block a user