예제 #1
0
 function testGetContentType()
 {
     $file = new File(SABRE_TEMPDIR . '/file.txt');
     $this->assertNull($file->getContentType());
 }