Exemplo n.º 1
0
 /**
  * @dataProvider validResultWithWarningsProvider
  */
 public function testValidRequestWithWarnings($transportResponse)
 {
     $response = new Response($transportResponse);
     $this->assertTrue($response->isSuccessful());
     $this->assertNotNull($response->getErrorCodes());
 }