Beispiel #1
0
 public function testGetContentType()
 {
     $this->assertEquals('css', $this->object->getContentType());
     $object = new File($this->source, $this->context, '', '', 'type', $this->minificationMock);
     $this->assertEquals('type', $object->getContentType());
 }