public function testNoError()
 {
     $command = new Command();
     $command->exec("ls");
     $this->assertEmpty($command->getError());
 }