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