public function testGetStatusId4()
 {
     $status = new ReviewStatusInactive();
     $this->assertEquals(1, $status->getStatusId());
 }