public function testAdd_JobFactoryExceptionRaised() { $this->setExpectedException('Aureja\\JobQueue\\Exception\\JobFactoryException', 'Not found aureja_job job factory'); $this->registry->getFactory('aureja_job'); }
/** * {@inheritdoc} */ public function getFactory(JobConfigurationInterface $configuration) { return $this->factoryRegistry->getFactory($configuration->getFactory()); }