コード例 #1
0
ファイル: MethodTest.php プロジェクト: kormik/manager
 public function testSetDescription()
 {
     $this->method->setDescription('The description');
     $this->assertSame('The description', $this->method->getDescription());
 }