コード例 #1
0
ファイル: GadgetTest.php プロジェクト: emma5021/toba
 /**
  * Tests Gadget->getHeight()
  */
 public function testGetHeight()
 {
     $this->assertEquals('100', $this->gadget->getHeight());
 }
コード例 #2
0
ファイル: GadgetTest.php プロジェクト: dalinhuang/shopexts
 /**
  * Tests Gadget->getHeight()
  */
 public function testGetHeight()
 {
     $this->Gadget->height = 'height';
     $this->assertEquals('height', $this->Gadget->getHeight());
 }