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