Пример #1
0
 public function testUpdateMaster()
 {
     $url = $this->client->getApiUrl('updateMaster');
     $response = json_decode($this->client->updateMaster($this->fixtureFilePath), true);
     $this->assertEquals($url, $response['url']);
     $this->assertEquals('POST', $response['method']);
     $this->assertEquals('multipart/form-data', $response['mime-type']);
 }