Current File : /home/jvzmxxx/wiki1/extensions/Wikibase/client/config/WikibaseClient.jenkins.php
<?php

/**
 * Configuration overrides for use in a Jenkins CI based testing environment.
 *
 * NOTE: Ideally, no such overrides should be needed, as tests should be self-contained.
 *
 * @since 0.5
 *
 * @license GPL-2.0+
 * @author Daniel Kinzler
 */

// Force the siteGroup name, so we do not rely on looking up the
// group in the sites table during testing.
// NOTE: This can be removed once T126596 is implemented.
$wgWBClientSettings['siteGroup'] = "mywikigroup";