コード例 #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());
 }