1
0
Fork 0
mirror of synced 2025-04-11 13:10:57 +00:00

update tests

This commit is contained in:
gwinn 2016-11-28 14:12:26 +03:00
parent 2b0a74d3b7
commit 90e60f36a0
2 changed files with 2 additions and 4 deletions

View file

@ -83,9 +83,7 @@ class ApiClientReferenceTest extends TestCase
'code' => $code,
'name' => 'Bbb',
));
if ($response->getStatusCode() > 201) {
print_r($response);
}
$this->assertEquals(200, $response->getStatusCode());
}

View file

@ -104,7 +104,7 @@ class ApiClientStoreTest extends TestCase
));
$this->assertInstanceOf('RetailCrm\Response\ApiResponse', $response);
$this->assertTrue($response->isSuccessful());
$this->assertFalse($response->isSuccessful());
}
/**