public function testGetProcessDefinitionCount()
 {
     $restClient = new camundaRestClient(self::$restApi);
     $this->assertGreaterThan(0, $restClient->getProcessDefinitionCount()->count);
 }