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