getFirstArgument() public method

public getFirstArgument ( )
Exemplo n.º 1
0
 public function testGetNoFirstArgument()
 {
     $input = new ArgsInput(new StringArgs(''));
     $this->assertNull($input->getFirstArgument());
 }