public function testGetSingleProcessDefinition()
 {
     $restClient = new camundaRestClient(self::$restApi);
     $pdi = $restClient->getProcessDefinitions()[0]->id;
     $this->assertEquals(false, $restClient->getSingleProcessDefinition($pdi)->suspended);
 }