getDescription() public method

Get description
public getDescription ( ) : string
return string
 public function testDefaultCommandDescription()
 {
     $this->assertAttributeEquals('Command description', 'description', $this->command_stub);
     $this->assertEquals('Command description', $this->command_stub->getDescription());
 }