public function testClearBody() { $this->method->setBody("\$foo = 'bar';"); $this->method->clearBody(); $this->assertSame('', $this->method->getBody()); }