コード例 #1
0
ファイル: DojoTest.php プロジェクト: jsnshrmn/Suma
 public function testShouldAllowSpecifyingCdnBasePath()
 {
     $this->testShouldUseGoogleCdnByDefault();
     $this->helper->setCdnBase(Zend_Dojo::CDN_BASE_AOL);
     $this->assertEquals(Zend_Dojo::CDN_BASE_AOL, $this->helper->getCdnBase());
 }