getMock(WorkerFactory::class); $factory->method('create')->will($this->returnCallback(function () { return new WorkerFork(); })); return new DefaultPool($min, $max, $factory); } }