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