コード例 #1
0
ファイル: CommandTest.php プロジェクト: hpbuniat/mergy
 /**
  * Test the usage-string
  */
 public function testShowHelp()
 {
     $this->expectOutputString(\Mergy\TextUI\Command::USAGE . PHP_EOL);
     \Mergy\TextUI\Command::showHelp();
 }