|
|
@@ -223,7 +223,7 @@ class Zend_Dojo_View_Helper_DojoTest extends PHPUnit_Framework_TestCase
|
|
|
public function testShouldUseLatestVersionWhenUsingCdnByDefault()
|
|
|
{
|
|
|
$this->helper->enable();
|
|
|
- $this->assertEquals('1.4.1', $this->helper->getCdnVersion());
|
|
|
+ $this->assertEquals('1.5.0', $this->helper->getCdnVersion());
|
|
|
}
|
|
|
|
|
|
public function testShouldAllowSpecifyingDojoVersionWhenUtilizingCdn()
|