public function testOnLogJobProcessDone_SendsOutputToConsole() { $this->console->expects($this->once())->method('writeLine') ->with('Done!'); $this->listener->onLogJobProcessDone($this->event); }