public function testGetComment()
 {
     $methodDeprecation = new MethodDeprecation('className', 'methodName', 'comment');
     $this->assertSame('comment', $methodDeprecation->comment());
 }