public function testGetCommand() { $process = new Process('echo foo'); $this->assertSame('echo foo', $process->getCommand()); }