예제 #1
0
 /**
  * Test the usage-string
  */
 public function testShowHelp()
 {
     $this->expectOutputString(\Mergy\TextUI\Command::USAGE . PHP_EOL);
     \Mergy\TextUI\Command::showHelp();
 }