/**
  * @test
  */
 public function getEngineNames()
 {
     $restClient = new camundaRestClient(self::$restApi);
     $this->assertEquals('default', $restClient->getEngineNames()[0]->name);
 }