Exemplo n.º 1
0
 public function testNoFinfoFallback()
 {
     global $passthru;
     $passthru = false;
     $this->assertNull(MimeType::detectByContent('string'));
     $passthru = true;
 }