8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9709500 + b344f6d commit 2729071Copy full SHA for 2729071
src/Symfony/Component/HttpFoundation/Tests/File/MimeType/MimeTypeTest.php
@@ -63,7 +63,7 @@ public function testGuessFileWithUnknownExtension()
63
64
public function testGuessWithDuplicatedFileType()
65
{
66
- $this->assertEquals('application/vnd.openxmlformats-officedocument.wordprocessingml.document', MimeTypeGuesser::getInstance()->guess(__DIR__.'/../Fixtures/test.docx'));
+ $this->assertSame('application/vnd.openxmlformats-officedocument.wordprocessingml.document', MimeTypeGuesser::getInstance()->guess(__DIR__.'/../Fixtures/test.docx'));
67
}
68
69
public function testGuessWithIncorrectPath()
0 commit comments