Example #1
0
 /**
  * @return void
  */
 public function testDefaultTransferThrowsException()
 {
     $response = new Response();
     $this->expectException(TransferNotFoundException::class);
     $response->getTransfer();
 }