Пример #1
0
 public function testGetContentTypeHandlesJs()
 {
     $this->markTestIncomplete("getContentType() is private/protected");
     $mediaType = $this->handler->getContentType('view.js');
     $this->assertEquals('application/javascript', $mediaType);
 }