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