getArguments() public method

public getArguments ( )
Esempio n. 1
0
 public function testGetArguments()
 {
     $runtimeTask = new RuntimeTask(null, $this->definedTask, $this->input, $this->output);
     $args = $runtimeTask->getArguments();
 }