Esempio n. 1
0
 public function testMimetypes()
 {
     $map = array('php' => Phar::PHPS);
     $this->generator->mimetypes($map);
     $this->assertEquals($map, $this->getPropertyValue($this->generator, 'mimetypes'));
 }