update tests
This commit is contained in:
parent
2b0a74d3b7
commit
90e60f36a0
2 changed files with 2 additions and 4 deletions
|
@ -83,9 +83,7 @@ class ApiClientReferenceTest extends TestCase
|
|||
'code' => $code,
|
||||
'name' => 'Bbb',
|
||||
));
|
||||
if ($response->getStatusCode() > 201) {
|
||||
print_r($response);
|
||||
}
|
||||
|
||||
$this->assertEquals(200, $response->getStatusCode());
|
||||
}
|
||||
|
||||
|
|
|
@ -104,7 +104,7 @@ class ApiClientStoreTest extends TestCase
|
|||
));
|
||||
|
||||
$this->assertInstanceOf('RetailCrm\Response\ApiResponse', $response);
|
||||
$this->assertTrue($response->isSuccessful());
|
||||
$this->assertFalse($response->isSuccessful());
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue