Elgg\Application\CacheHandlerTest::testGetContentTypeHandlesJs PHP Method

testGetContentTypeHandlesJs() public method

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