hasCommands() 공개 메소드

public hasCommands ( )
예제 #1
0
 public function testHasNoCommands()
 {
     $application = new ConsoleApplication($this->config);
     $this->assertFalse($application->hasCommands());
 }