cliArgs = $cliArgs; } /** * Get the command-line arguments from phpunit.php * @return array */ public function getMediaWikiCliArgs() { return $this->cliArgs; } }