Exemple #1
0
 public function testIsApplicationRunAsASingleCommand()
 {
     $application = new Application();
     $application->doRun(new ArrayInput(array()), new \Symfony\Component\Console\Output\NullOutput());
 }