Esempio n. 1
0
 /** @test */
 public function should_not_be_a_success()
 {
     $response = new Response('', ['transStatus' => 'C']);
     $this->assertFalse($response->isSuccess());
 }