public function testGetComment()
 {
     $classDeprecation = new ClassDeprecation('className', 'comment');
     $this->assertSame('comment', $classDeprecation->comment());
 }