hasDefaultCommands() public method

public hasDefaultCommands ( )
 public function testHasNoDefaultCommands()
 {
     $this->config->addCommandConfig(new CommandConfig('command'));
     $application = new ConsoleApplication($this->config);
     $this->assertFalse($application->hasDefaultCommands());
 }