hasCommands() public method

public hasCommands ( )
 public function testHasNoCommands()
 {
     $application = new ConsoleApplication($this->config);
     $this->assertFalse($application->hasCommands());
 }