Exemplo n.º 1
0
 public function givenTheCommand_DependsOn_WithTheArguments($name, $command, $args)
 {
     $this->commandGroup->addDependency($name, $command, $args);
 }