Example #1
0
 /**
  * @covers Hermes\Api\Client::patch
  */
 public function testPatch()
 {
     $response = $this->object->patch('/', []);
     $this->assertInstanceOf(Resource::class, $response);
 }