コード例 #1
0
 public function testExceptionDescription()
 {
     $this->hit->setExceptionDescription('description');
     $this->assertSame('description', $this->hit->getExceptionDescription());
 }