public function testGetContentTypeHandlesJs() { $this->markTestIncomplete("getContentType() is private/protected"); $mediaType = $this->handler->getContentType('view.js'); $this->assertEquals('application/javascript', $mediaType); }