Example #1
0
 private function worker()
 {
     $worker = Phony::partialMock(Worker::class, [$this->driver->get(), $this->queue->get(), $this->event->get(), $this->command_bus->get()]);
     return Liberator::liberate($worker->get());
 }