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