Ejemplo n.º 1
0
 public function setUp()
 {
     $this->createApplication();
     Artisan::add(new \Ark4ne\LightQueue\Command\LightQueueCommand());
     $this->setUpConfig();
     $this->manager = LightQueueManager::instance($this->driver);
     $this->manager->setDriver($this->driver);
     $this->manager->setMaxProcesses(4);
 }