Esempio n. 1
0
 public function testNamespacedCommandRun()
 {
     $this->expectOutputString("    Hello world\n");
     CommandRunner::main(array('./stato.php', 'bar:foo'));
 }