getUsage() public method

Get usage
public getUsage ( ) : string
return string
 public function testDefaultCommandUsage()
 {
     $this->assertAttributeEquals('Command usage', 'usage', $this->command_stub);
     $this->assertEquals('Command usage', $this->command_stub->getUsage());
 }