示例#1
0
 public function testGetMimeType()
 {
     $file = new File($this->filesystem, 'fixtures/images/2-top-right.jpg');
     $this->assertSame('image/jpeg', $file->getMimeType(false));
 }