getName() public method

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