コード例 #1
0
ファイル: GadgetTest.php プロジェクト: emma5021/toba
 /**
  * Tests Gadget->getDescription()
  */
 public function testGetDescription()
 {
     $this->assertEquals('description', $this->gadget->getDescription());
 }