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