Skip to content

Commit

Permalink
Updated test
Browse files Browse the repository at this point in the history
Fixed test where String to Array was removed.
  • Loading branch information
mcneely committed May 7, 2020
1 parent d3424b1 commit 4329b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Symfony/Component/Mime/Tests/MimeTypesTest.php
Expand Up @@ -66,7 +66,7 @@ public function testGetMimeTypes()
public function testCustomMimeTypes()
{
$mt = new MimeTypes([
'text/bar' => 'foo',
'text/bar' => ['foo'],
'text/baz' => ['foo', 'moof'],
]);
$this->assertContains('text/bar', $mt->getMimeTypes('foo'));
Expand Down

0 comments on commit 4329b14

Please sign in to comment.