Elgg\Application\CacheHandlerTest::testGetViewFileTypeHandlesJs PHP Метод

testGetViewFileTypeHandlesJs() публичный Метод

    public function testGetViewFileTypeHandlesJs()
    {
        $this->markTestIncomplete("getViewFileType() is private/protected");
        $type = $this->handler->getViewFileType('js/some/view.js');
        $this->assertEquals('js', $type);
    }