コード例 #1
0
ファイル: CacheHandlerTest.php プロジェクト: elgg/elgg
 public function testGetViewFileTypeHandlesJs()
 {
     $this->markTestIncomplete("getViewFileType() is private/protected");
     $type = $this->handler->getViewFileType('js/some/view.js');
     $this->assertEquals('js', $type);
 }