Пример #1
0
 public function testShouldAllowSpecifyingLocalDojoInstall()
 {
     $this->helper->setLocalPath('/js/dojo/dojo.js');
     $this->assertTrue($this->helper->useLocalPath());
 }