hasDefaultCommands() 공개 메소드

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