When I want create engines, engine init method cannot load class org.camunda.bpm.engine.test.spring.SpringConfigurationHelper and throw exception.
I think if rename "org.camunda.bpm.engine.test.spring.SpringConfigurationHelper " to "org.camunda.bpm.engine.spring.SpringConfigurationHelper" in ProcessEngines:136 it resolve that issue
Describe the Bug
When I want create engines, engine init method cannot load class org.camunda.bpm.engine.test.spring.SpringConfigurationHelper and throw exception.
I think if rename "org.camunda.bpm.engine.test.spring.SpringConfigurationHelper " to "org.camunda.bpm.engine.spring.SpringConfigurationHelper" in ProcessEngines:136 it resolve that issue
Steps to Reproduce