Пример #1
0
 /**
  * Test the mimetypes can be imported.
  */
 public function test_import()
 {
     $mimemap = \pdyn\filesystem\Mimetype::get_mime_map();
     $this->assertNotEmpty($mimemap);
     $this->assertInternalType('array', $mimemap);
 }