コード例 #1
0
ファイル: MethodTest.php プロジェクト: kormik/manager
 public function testClearBody()
 {
     $this->method->setBody("\$foo = 'bar';");
     $this->method->clearBody();
     $this->assertSame('', $this->method->getBody());
 }