takie coś działa bez problemu:
new Step1($this->_formFactory, $this->_em, $this->getLocaleId());
natomiast:
$class = 'Step1'; new $class($this->_formFactory, $this->_em, $this->getLocaleId());
uparcie rzuca błędem ze klasy nie może znaleźć
new Step1($this->_formFactory, $this->_em, $this->getLocaleId());
$class = 'Step1'; new $class($this->_formFactory, $this->_em, $this->getLocaleId());