예제 #1
0
 /**
  * Test the version-string
  */
 public function testPrintVersionStringArgument()
 {
     $this->expectOutputString(\Mergy\TextUI\Command::VERSION . PHP_EOL);
     $aArguments = array('--version');
     $this->assertFalse($this->_object->handleArguments($aArguments));
 }