コード例 #1
0
ファイル: ResponseTest.php プロジェクト: philipbrown/worldpay
 /** @test */
 public function should_not_be_cancelled()
 {
     $response = new Response('', ['transStatus' => 'Y']);
     $this->assertFalse($response->isCancelled());
 }