getStatus() public method

public getStatus ( ) : integer
return integer
 public function testGetStatus()
 {
     $this->transaction->setStatus(2);
     $this->assertEquals(2, $this->transaction->getStatus());
 }