예제 #1
0
 /**
  * Test the version-string
  */
 public function testPrintVersionString()
 {
     $this->expectOutputString(\Mergy\TextUI\Command::VERSION . PHP_EOL);
     \Mergy\TextUI\Command::printVersionString();
 }