Beispiel #1
0
 public function testGetMimeType()
 {
     $mime = $this->storage->getMimeType('dir');
     $this->assertEquals('directory', $mime);
 }