getName() public method

Get name
public getName ( ) : string
return string
 public function testDefaultCommandName()
 {
     $this->assertAttributeEquals('', 'name', $this->command_stub);
     $this->assertEmpty($this->command_stub->getName());
 }