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 fb26f70 + b454f04 commit 768f66aCopy full SHA for 768f66a
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