setCommand(new HelloCommand($receiver)); $invoker->run(); $this->assertSame('Hello World', $receiver->getOutput()); } }