コード例 #1
0
ファイル: DojoTest.php プロジェクト: jsnshrmn/Suma
 public function testShouldAllowSpecifyingLocalDojoInstall()
 {
     $this->helper->setLocalPath('/js/dojo/dojo.js');
     $this->assertTrue($this->helper->useLocalPath());
 }