예제 #1
0
파일: DojoTest.php 프로젝트: jsnshrmn/Suma
 public function testShouldAllowSpecifyingDojoVersionWhenUtilizingCdn()
 {
     $this->helper->setCdnVersion('1.0');
     $this->assertEquals('1.0', $this->helper->getCdnVersion());
 }
예제 #2
0
 /**
  * @group GH-488
  */
 public function testSetCdnVersionForHigherMiniReleases()
 {
     $this->helper->setCdnVersion('1.10.29');
     $this->assertEquals('1.10.29', $this->helper->getCdnVersion());
 }