Beispiel #1
0
 public function testGetStatusWithBadTransaction()
 {
     $response = new Response();
     $this->setExpectedException('Bond\\RecordManager\\Exception\\TransactionDoesNotExistException');
     $response->getStatus('spanner');
 }