Пример #1
0
 public function testShouldAllowSpecifyingCdnBasePath()
 {
     $this->testShouldUseGoogleCdnByDefault();
     $this->helper->setCdnBase(Zend_Dojo::CDN_BASE_AOL);
     $this->assertEquals(Zend_Dojo::CDN_BASE_AOL, $this->helper->getCdnBase());
 }